Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.documentmerge.OutputFormat
-
Packages that use OutputFormat Package Description com.adobe.pdfservices.operation.pdfjobs.params.documentmerge Contains the param classes forDocumentMergeJob
. -
-
Uses of OutputFormat in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge
Methods in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge that return OutputFormat Modifier and Type Method Description OutputFormat
DocumentMergeParams. getOutputFormat()
Returns the intendedOutputFormat
of the generated document.static OutputFormat
OutputFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutputFormat[]
OutputFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adobe.pdfservices.operation.pdfjobs.params.documentmerge with parameters of type OutputFormat Modifier and Type Method Description DocumentMergeParams.Builder
DocumentMergeParams.Builder. withOutputFormat(OutputFormat outputFormat)
Sets theOutputFormat
for the document merge process.
-