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 OutputFormatDocumentMergeParams. getOutputFormat()Returns the intendedOutputFormatof the generated document.static OutputFormatOutputFormat. 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.BuilderDocumentMergeParams.Builder. withOutputFormat(OutputFormat outputFormat)Sets theOutputFormatfor the document merge process.
-