Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word.DocumentLanguage
-
Packages that use DocumentLanguage Package Description com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word Contains the classes for the parameters used in the Create PDF Job from Word. -
-
Uses of DocumentLanguage in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word
Methods in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.word that return DocumentLanguage Modifier and Type Method Description DocumentLanguage
CreatePDFFromWordParams. getDocumentLanguage()
static DocumentLanguage
DocumentLanguage. valueOf(String name)
Returns the enum constant of this type with the specified name.static DocumentLanguage[]
DocumentLanguage. 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.createpdf.word with parameters of type DocumentLanguage Modifier and Type Method Description CreatePDFFromWordParams.Builder
CreatePDFFromWordParams.Builder. withDocumentLanguage(DocumentLanguage supportedDocumentLanguage)
Sets office preferred editing language to be used for conversion, specified byDocumentLanguage
.
-