Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.rotatepages.RotatePagesParams
-
Packages that use RotatePagesParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob
.com.adobe.pdfservices.operation.pdfjobs.params.rotatepages Contains the param classes forRotatePagesJob
. -
-
Uses of RotatePagesParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type RotatePagesParams Constructor Description RotatePagesJob(Asset asset, RotatePagesParams rotatePagesParams)
Constructs a newRotatePagesJob
instance. -
Uses of RotatePagesParams in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.rotatepages that return RotatePagesParams Modifier and Type Method Description RotatePagesParams
RotatePagesParams.Builder. build()
Returns a newRotatePagesParams
instance built from the current state of this builder.
-