java.lang.Objectcom.aspose.words.ReplaceAction
public class ReplaceAction
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. |
Field Detail |
---|
REPLACE = 0 | |
public static final int REPLACE |
SKIP = 1 | |
public static final int SKIP |
STOP = 2 | |
public static final int STOP |