Back to Devexpress

Slide.ReplaceText(IList<TextSearchInfo>, String) Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-slide-dot-replacetext-x28-system-dot-collections-dot-generic-dot-ilist-devexpress-dot-docs-dot-presentation-dot-textsearchinfo-system-dot-string-x29.md

latest1.9 KB
Original Source

Slide.ReplaceText(IList<TextSearchInfo>, String) Method

Replaces specified text ranges with new text in slide shapes, tables and notes.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public void ReplaceText(
    IList<TextSearchInfo> textSearchInfos,
    string newText
)
vb
Public Sub ReplaceText(
    textSearchInfos As IList(Of TextSearchInfo),
    newText As String
)

Parameters

NameTypeDescription
textSearchInfosIList<TextSearchInfo>

Contains information about the text ranges to be replaced.

| | newText | String |

The new text to replace the old text.

|

Remarks

For more information, refer to the following help topic: DevExpress Presentation API: Search, Replace, Remove, and Highlight Text in a Slide or Presentation.

See Also

Slide Class

Slide Members

DevExpress.Docs.Presentation Namespace