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 newRotatePagesJobinstance. -
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 RotatePagesParamsRotatePagesParams.Builder. build()Returns a newRotatePagesParamsinstance built from the current state of this builder.
-