| 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 |
|---|---|
TextEditOptions.NoCharacterAction |
TextEditOptions.getNoCharacterBehavior()
Gets mode that defines behavior in case fonts don't contain requested characters.
|
static TextEditOptions.NoCharacterAction |
TextEditOptions.NoCharacterAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextEditOptions.NoCharacterAction[] |
TextEditOptions.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 |
TextEditOptions.setNoCharacterBehavior(TextEditOptions.NoCharacterAction value)
Sets mode that defines behavior in case fonts don't contain requested characters.
|
| Constructor and Description |
|---|
TextEditOptions(TextEditOptions.NoCharacterAction noCharacterBehavior)
Initializes new instance of the
TextEditOptions object for the specified no-character
behavior mode. |
Copyright © 2025 Aspose. All Rights Reserved.