| Modifier and Type | Method and Description |
|---|---|
PageRotation |
Page.getRotation()
The number of degrees by which the page is rotated clockwise when displayed or printed.
|
static PageRotation |
PageRotation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PageRotation[] |
PageRotation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setRotation(PageRotation rotation)
The number of degrees by which the page is rotated clockwise when displayed or printed.
|