Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.DocumentMergeParams
-
Packages that use DocumentMergeParams Package Description com.adobe.pdfservices.operation.pdfjobs.jobs Contains implementation classes and sub-packages forPDFServicesJob
.com.adobe.pdfservices.operation.pdfjobs.params.documentmerge Contains the param classes forDocumentMergeJob
. -
-
Uses of DocumentMergeParams in com.adobe.pdfservices.operation.pdfjobs.jobs
Constructors in com.adobe.pdfservices.operation.pdfjobs.jobs with parameters of type DocumentMergeParams Constructor Description DocumentMergeJob(Asset asset, DocumentMergeParams documentMergeParams)
Constructs a newDocumentMergeJob
instance. -
Uses of DocumentMergeParams in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Methods in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge that return DocumentMergeParams Modifier and Type Method Description DocumentMergeParams
DocumentMergeParams.Builder. build()
Returns a newDocumentMergeParams
instance built from the current state of this builder.
-