com.aspose.words
Class ReplaceAction

java.lang.Object
    extended by 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 intREPLACE
           Replace the current match.
static final intSKIP
           Skip the current match.
static final intSTOP
           Terminate the replace operation.
 

Field Detail

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.