Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.insertpages.InsertPagesParams
-
Packages that use InsertPagesParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob.com.adobe.pdfservices.operation.pdfjobs.params.insertpages Contains the param classes forInsertPagesPDFJob. -
-
Uses of InsertPagesParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type InsertPagesParams Constructor Description InsertPagesPDFJob(InsertPagesParams insertPagesParams)Constructs a newInsertPagesPDFJobinstance. -
Uses of InsertPagesParams in com.adobe.pdfservices.operation.pdfjobs.params.insertpages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.insertpages that return InsertPagesParams Modifier and Type Method Description InsertPagesParamsInsertPagesParams.Builder. build()Returns a newInsertPagesParamsinstance built from the current state of this builder.
-