Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.replacepages.ReplacePagesParams
-
Packages that use ReplacePagesParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob.com.adobe.pdfservices.operation.pdfjobs.params.replacepages Contains the param classes forReplacePagesPDFJob. -
-
Uses of ReplacePagesParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type ReplacePagesParams Constructor Description ReplacePagesPDFJob(ReplacePagesParams replacePagesParams)Constructs a newReplacePagesPDFJobinstance. -
Uses of ReplacePagesParams in com.adobe.pdfservices.operation.pdfjobs.params.replacepages
Methods in com.adobe.pdfservices.operation.pdfjobs.params.replacepages that return ReplacePagesParams Modifier and Type Method Description ReplacePagesParamsReplacePagesParams.Builder. build()Returns a newReplacePagesParamsinstance built from the current state of this builder.
-