|
java.lang.Object
com.aspose.words.ReplaceAction
public class ReplaceAction - extends java.lang.Object
Utility class containing constants.
Allows the user to specify what happens to the current match during a replace operation.
- See Also:
- ReplaceEvaluator, Range, Range.replace(java.lang.String, java.lang.String, boolean, boolean)
|
Field Summary |
static final int | REPLACE | |
|
Replace the current match.
|
static final int | SKIP | |
|
Skip the current match.
|
static final int | STOP | |
|
Terminate the replace operation.
|
REPLACE | |
public static final int REPLACE |
-
Replace the current match.
SKIP | |
public static final int SKIP |
-
Skip the current match.
STOP | |
public static final int STOP |
-
Terminate the replace operation.
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.
|