Overview
ReplaceAction is a enum in Aspose.Words FOSS for .NET.
Allows the user to specify what happens to the current match during a replace operation.
This enumeration defines 3 values: Replace, Skip, Stop.
Values
| Value | Description |
|---|
Replace | |
Skip | |
Stop | |
See Also