Slide.ReplaceText Method
| Name | Parameters | Description |
|---|---|---|
| ReplaceText(IList<TextSearchInfo>, String) | textSearchInfos, newText | Replaces specified text ranges with new text in slide shapes, tables and notes. |
| ReplaceText(String, String, TextSearchOptions) | oldText, newText, options | Replaces all occurrences of the specified text with new text in slide shapes, tables and notes. |