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