public static final class ReplaceTextStrategy.Scope
extends com.aspose.ms.System.Enum
Scope where replace text operation is applied REPLACE_FIRST by default
Modifier and Type | Field and Description |
---|---|
static int |
ReplaceAll
Replace all text occurences on all affected pages
|
static int |
ReplaceFirst
Replace only first occurence of the text on each of affected pages
|
public static final int ReplaceFirst
Replace only first occurence of the text on each of affected pages
public static final int ReplaceAll
Replace all text occurences on all affected pages