Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.reorderpages.ReorderPagesParams
-
Packages that use ReorderPagesParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob
.com.adobe.pdfservices.operation.pdfjobs.params.reorderpages Contains the param classes forReorderPagesPDFJob
. -
-
Uses of ReorderPagesParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type ReorderPagesParams Constructor Description ReorderPagesPDFJob(ReorderPagesParams reorderPagesParams)
Constructs a newReorderPagesPDFJob
instance. -
Uses of ReorderPagesParams in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.reorderpages that return ReorderPagesParams Modifier and Type Method Description ReorderPagesParams
ReorderPagesParams.Builder. build()
Returns a newReorderPagesParams
instance built from the current state of this builder.
-