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 newInsertPagesPDFJob
instance. -
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 InsertPagesParams
InsertPagesParams.Builder. build()
Returns a newInsertPagesParams
instance built from the current state of this builder.
-