Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.Fragments
-
Packages that use Fragments Package Description com.adobe.pdfservices.operation.pdfjobs.params.documentmerge Contains the param classes forDocumentMergeJob
. -
-
Uses of Fragments in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Methods in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge that return Fragments Modifier and Type Method Description Fragments
DocumentMergeParams. getFragments()
Returns the inputFragments
data for document merge process.Methods in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge with parameters of type Fragments Modifier and Type Method Description DocumentMergeParams.Builder
DocumentMergeParams.Builder. withFragments(Fragments fragments)
Sets theFragments
for the document merge process.
-