Uses of Class
com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt.CreatePDFFromPPTParams.Builder
-
Packages that use CreatePDFFromPPTParams.Builder Package Description com.adobe.pdfservices.operation.pdfjobs.params.createpdf Contains the param classes forCreatePDFJob
.com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt Contains the classes for the parameters used in the Create PDF Job from PPT. -
-
Uses of CreatePDFFromPPTParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.createpdf
Methods in com.adobe.pdfservices.operation.pdfjobs.params.createpdf that return CreatePDFFromPPTParams.Builder Modifier and Type Method Description static CreatePDFFromPPTParams.Builder
CreatePDFParams. pptParamsBuilder()
Creates a newCreatePDFFromPPTParams.Builder
. -
Uses of CreatePDFFromPPTParams.Builder in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt
Methods in com.adobe.pdfservices.operation.pdfjobs.params.createpdf.ppt that return CreatePDFFromPPTParams.Builder Modifier and Type Method Description CreatePDFFromPPTParams.Builder
CreatePDFFromPPTParams.Builder. withCreateTaggedPdf(Boolean createTaggedPDF)
CreatePDFFromPPTParams.Builder
CreatePDFFromPPTParams.Builder. withDocumentLanguage(DocumentLanguage supportedDocumentLanguage)
Sets office preferred editing language to be used for conversion, specified byDocumentLanguage
.
-