public static final class TextReplaceOptions.Scope
extends com.aspose.ms.System.Enum
Scope where replace text operation is applied REPLACE_FIRST by default This obsolete option was kept for compatibility. It affects to PdfContentEditor and has no effect to TextFragmentAbsorber.
Modifier and Type | Field and Description |
---|---|
static int |
REPLACE_ALL
Replace all text occurrences on all affected pages
|
static int |
REPLACE_FIRST
Replace only first occurrence of the text on each of affected pages
|
public static final int REPLACE_FIRST
Replace only first occurrence of the text on each of affected pages
public static final int REPLACE_ALL
Replace all text occurrences on all affected pages