Aspose::Words::Replacing::ReplaceAction enum
ReplaceAction enum
Allows the user to specify what happens to the current match during a replace operation.
enum class ReplaceAction
Values
Name | Value | Description |
---|---|---|
Replace | 0 | Replace the current match. |
Skip | 1 | Skip the current match. |
Stop | 2 | Terminate the replace operation. |
See Also
- Namespace Aspose::Words::Replacing
- Library Aspose.Words for C++