Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.DocumentLanguage
-
Packages that use DocumentLanguage Package Description com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt Contains the classes for the parameters used in the Create PDF Job from PPT. -
-
Uses of DocumentLanguage in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt
Methods in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt that return DocumentLanguage Modifier and Type Method Description DocumentLanguage
CreatePDFFromPPTParams. 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.ppt with parameters of type DocumentLanguage Modifier and Type Method Description CreatePDFFromPPTParams.Builder
CreatePDFFromPPTParams.Builder. withDocumentLanguage(DocumentLanguage supportedDocumentLanguage)
Sets office preferred editing language to be used for conversion, specified byDocumentLanguage
.
-