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 CoordinateOrigin |
CoordinateOrigin.getByValue(int value) |
CoordinateOrigin |
TextFragmentState.getCoordinateOrigin()
Gets or sets text CoordinateOrigin.
|
CoordinateOrigin |
TextState.getCoordinateOrigin()
Gets or sets text CoordinateOrigin.
|
static CoordinateOrigin |
CoordinateOrigin.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoordinateOrigin[] |
CoordinateOrigin.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextFragmentState.setCoordinateOrigin(CoordinateOrigin value)
Gets or sets text CoordinateOrigin.
|
void |
TextState.setCoordinateOrigin(CoordinateOrigin value)
Gets or sets text CoordinateOrigin.
|
static void |
InternalHelper.setcoordinateOrigin(TextFragmentState textState,
CoordinateOrigin baseLine) |
Copyright © 2025 Aspose. All Rights Reserved.