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 newReorderPagesPDFJobinstance. -
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 ReorderPagesParamsReorderPagesParams.Builder. build()Returns a newReorderPagesParamsinstance built from the current state of this builder.
-