Back to Devexpress

Presentation.ReplaceText Method

officefileapi-devexpress-dot-docs-dot-presentation-dot-presentation-dot-replacetext.md

latest804 B
Original Source

Presentation.ReplaceText Method

NameParametersDescription
ReplaceText(IList<TextSearchInfo>, String)textSearchInfos, newTextReplaces the specified text ranges with new text throughout the presentation, including shapes, notes, and tables.
ReplaceText(String, String, TextSearchOptions)oldText, newText, optionsReplaces all occurrences of the specified text with new text throughout the presentation, including shapes, notes, and tables.