Package | Description |
---|---|
com.aspose.pdf.facades |
The com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit.
|
Modifier and Type | Method and Description |
---|---|
ReplaceTextStrategy.Scope |
ReplaceTextStrategy.getReplaceScope()
Scope of the replacement operation (replace first occurence or replace all occurences).
|
static ReplaceTextStrategy.Scope |
ReplaceTextStrategy.Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplaceTextStrategy.Scope[] |
ReplaceTextStrategy.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 |
ReplaceTextStrategy.setReplaceScope(ReplaceTextStrategy.Scope value)
Scope of the replacement operation (replace first occurence or replace all occurences).
|
Copyright © 2024 Aspose. All Rights Reserved.