Class RotatePagesParams
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams
-
- All Implemented Interfaces:
PDFServicesJobParams
public class RotatePagesParams extends Object implements PDFServicesJobParams
Parameters to rotate pages of a pdf usingRotatePagesJob
.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RotatePagesParams.Builder
Builds aRotatePagesParams
instance.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.adobe.pdfservices.operation.internal.dto.request.pagemanipulation.PageAction>
getPageActions()
Returns the list ofPageAction
to be used for rotating pages.static RotatePagesParams.Builder
rotatePagesParamsBuilder()
Creates a newRotatePagesParams.Builder
.
-
-
-
Method Detail
-
getPageActions
public List<com.adobe.pdfservices.operation.internal.dto.request.pagemanipulation.PageAction> getPageActions()
Returns the list ofPageAction
to be used for rotating pages.- Returns:
- list of
PageAction
to be used for rotating pages.
-
rotatePagesParamsBuilder
public static RotatePagesParams.Builder rotatePagesParamsBuilder()
Creates a newRotatePagesParams.Builder
.- Returns:
- a
RotatePagesParams.Builder
instance
-
-