| Package | Description |
|---|---|
| com.aspose.pdf |
The com.aspose.pdf is a root package for all classes of Aspose.PDF for Java library
which are either directly in it like
Document or indirectly through several
subpackages. |
| Modifier and Type | Method and Description |
|---|---|
TextReplaceOptions.Scope |
TextReplaceOptions.getReplaceScope()
Gets a scope where replace text operation is applied
|
static TextReplaceOptions.Scope |
TextReplaceOptions.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextReplaceOptions.Scope[] |
TextReplaceOptions.Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TextReplaceOptions.setReplaceScope(TextReplaceOptions.Scope value)
Sets a scope where replace text operation is applied
|
| Constructor and Description |
|---|
TextReplaceOptions(int adjustment,
TextReplaceOptions.Scope scope)
Initializes new instance of the
TextReplaceOptions object for the specified after
replace action. |
TextReplaceOptions(TextReplaceOptions.Scope scope)
Initializes new instance of the
TextReplaceOptions object for the specified scope. |
Copyright © 2025 Aspose. All Rights Reserved.