Package | Description |
---|---|
com.adobe.pdfservices.operation.pdfops |
Contains the classes for operations that generate or transform PDF files.
|
com.adobe.pdfservices.operation.pdfops.options.rotatepages |
Contains the option classes for
RotatePagesOperation . |
Modifier and Type | Method and Description |
---|---|
void |
RotatePagesOperation.setAngleToRotatePagesBy(Angle angle)
Sets angle (in clockwise direction) for rotating all the pages of the input PDF file.
|
void |
RotatePagesOperation.setAngleToRotatePagesBy(Angle angle,
PageRanges pageRanges)
Sets angle (in clockwise direction) for rotating the specified pages of the input PDF file; can be invoked
multiple times to set rotation for different set of page ranges.
|
Modifier and Type | Method and Description |
---|---|
static Angle |
Angle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Angle[] |
Angle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Adobe. All rights reserved.