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.NoCharacterAction |
ReplaceTextStrategy.getNoCharacterBehavior()
Action which is performed when no approppriate font found for changed text (Throw exception /
Substitute other font / Replace anyway).
|
static ReplaceTextStrategy.NoCharacterAction |
ReplaceTextStrategy.NoCharacterAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplaceTextStrategy.NoCharacterAction[] |
ReplaceTextStrategy.NoCharacterAction.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.setNoCharacterBehavior(ReplaceTextStrategy.NoCharacterAction value)
Action which is performed when no approppriate font found for changed text (Throw exception /
Substitute other font / Replace anyway).
|
Copyright © 2024 Aspose. All Rights Reserved.