Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportPDFTargetFormat
-
Packages that use ExportPDFTargetFormat Package Description com.adobe.pdfservices.operation.pdfjobs.params.exportpdf Contains the param classes forExportPDFJob
. -
-
Uses of ExportPDFTargetFormat in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf that return ExportPDFTargetFormat Modifier and Type Method Description ExportPDFTargetFormat
ExportPDFParams. getExportPDFTargetFormat()
Returns the target format to which the source PDF file will be exported, specified byExportPDFTargetFormat
.static ExportPDFTargetFormat
ExportPDFTargetFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportPDFTargetFormat[]
ExportPDFTargetFormat. 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.exportpdf with parameters of type ExportPDFTargetFormat Modifier and Type Method Description static ExportPDFParams.Builder
ExportPDFParams. exportPDFParamsBuilder(ExportPDFTargetFormat exportPDFTargetFormat)
Creates a newExportPDFParams.Builder
.Constructors in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf with parameters of type ExportPDFTargetFormat Constructor Description Builder(ExportPDFTargetFormat exportPDFTargetFormat)
Constructs aBuilder
instance.
-