Allows the user to specify what happens to the current match during a replace operation.
[Visual Basic]
Public Enum ReplaceAction
[C#]public enum ReplaceAction
Remarks
Members
| Member Name | Description | Value |
| Replace | Replace the current match. | 0 |
| Skip | Skip the current match. | 1 |
| Stop | Terminate the replace operation. | 2 |
Requirements
Namespace: Aspose.Words
Assembly: Aspose.Words (in Aspose.Words.dll)
See Also
Aspose.Words Namespace | ReplaceEvaluator | Range | Replace