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 newDocumentMergeJobinstance. -
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 DocumentMergeParamsDocumentMergeParams.Builder. build()Returns a newDocumentMergeParamsinstance built from the current state of this builder.
-