Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.exportpdf.ExportOCRLocale
-
Packages that use ExportOCRLocale Package Description com.adobe.pdfservices.operation.pdfjobs.params.exportpdf Contains the param classes forExportPDFJob
. -
-
Uses of ExportOCRLocale in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.exportpdf that return ExportOCRLocale Modifier and Type Method Description ExportOCRLocale
ExportPDFParams. getExportOcrLocale()
Returns the OCR Locale to be used for Export PDF, specified byExportOCRLocale
.static ExportOCRLocale
ExportOCRLocale. valueOf(String name)
Returns the enum constant of this type with the specified name.static ExportOCRLocale[]
ExportOCRLocale. 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 ExportOCRLocale Modifier and Type Method Description ExportPDFParams.Builder
ExportPDFParams.Builder. withExportOCRLocale(ExportOCRLocale exportOCRLocale)
Sets OCR Locale level to be used for Export PDF, specified byExportOCRLocale
.
-