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 | |
public static final int REPLACE |
SKIP | |
public static final int SKIP |
STOP | |
public static final int STOP |