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 |
---|---|
static CaretSymbol |
CaretSymbol.getByValue(int value) |
CaretSymbol |
CaretAnnotation.getSymbol()
Gets symbol associated with caret.
|
static CaretSymbol |
CaretSymbolConverter.toEnum(String value)
String CaretSymbol element for its string name
|
static CaretSymbol |
CaretSymbol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CaretSymbol[] |
CaretSymbol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CaretAnnotation.setSymbol(CaretSymbol value)
Sets output page size for import.
|
static String |
CaretSymbolConverter.toString(CaretSymbol value)
String name for CaretSymbol element
|
static String |
CaretSymbolConverter.toXfdfString(CaretSymbol value)
Xfdf string name for CaretSymbol element
|
Copyright © 2025 Aspose. All Rights Reserved.