ReplaceAction enumeration
ReplaceAction enumeration
Allows the user to specify what happens to the current match during a replace operation.
Members
Name | Description |
---|---|
REPLACE | Replace the current match. |
SKIP | Skip the current match. |
STOP | Terminate the replace operation. |
See Also
- module aspose.words.replacing
- class IReplacingCallback
- class Range
- method Range.replace()