Overload | Description |
---|---|
ReplaceText(StringReplaceTextOptions) | Replaces all instances of a string with another string, using the options set via the replaceTextOptions parameter. |
ReplaceText(FunctionReplaceTextOptions) | Replaces all instances of a string with another string, using an handler and the options set via the replaceTextOptions parameter. |
ReplaceText(MultipleStringReplaceTextOptions) | Replaces all of the SearchValues strings with NewValues strings, using the options set via the replaceTextOptions parameter to do so. |
ReplaceText(MultipleObjectReplaceTextOptions) | Replaces all of the SearchValues strings with NewValues DocumentElements, using the options set via the replaceTextOptions parameter to do so. |