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 Rotation |
Rotation.getByValue(int value) |
Rotation |
Characteristics.getRotate()
Gets rotation of the annotation.
|
Rotation |
FreeTextAnnotation.getRotate()
Angle of annotation rotation.
|
Rotation |
Page.getRotate()
Gets rotation of the page.
|
Rotation |
Stamp.getRotate()
Gets the rotation of stamp content according
Rotation values. |
Rotation |
SignatureCustomAppearance.getRotation()
Gets or sets signature rotation.
|
static Rotation |
Page.intToRotation(int rotation)
Translates integer value into corresponding rotation enumeration member.
|
static Rotation |
Rotation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rotation[] |
Rotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static double |
Matrix.getAngle(Rotation rotation)
Transaltes rotation into angle (degrees)
|
static double |
Matrix3D.getAngle(Rotation rotation)
Translates rotation into angle (degrees)
|
void |
Rectangle.rotate(Rotation angle)
Rotate rectangle by the specified angle.
|
static Matrix |
Matrix.rotation(Rotation rotation)
Creates matrix for given rotation.
|
static int |
Page.rotationToInt(Rotation rotation)
Translates rotation enumeration member into integer value.
|
void |
Characteristics.setRotate(Rotation value)
Sets rotation of the annotation.
|
void |
FreeTextAnnotation.setRotate(Rotation value)
Angle of annotation rotation.
|
void |
Page.setRotate(Rotation value)
Sets rotation of the page.
|
void |
Stamp.setRotate(Rotation value)
Sets the rotation of stamp content according
Rotation values. |
void |
SignatureCustomAppearance.setRotation(Rotation value)
Gets or sets signature rotation.
|
Copyright © 2025 Aspose. All Rights Reserved.