Presentation.ReplaceText(IList<TextSearchInfo>, String) Method
Replaces the specified text ranges with new text throughout the presentation, including shapes, notes, and tables.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v25.2.dll
NuGet Package: DevExpress.Docs.Presentation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| textSearchInfos | IList<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