public static class CreatePDFFromExcelOptions.Builder extends Object
Constructor and Description |
---|
Builder()
Constructs a
CreatePDFFromExcelOptions.Builder instance. |
Modifier and Type | Method and Description |
---|---|
CreatePDFFromExcelOptions |
build()
Returns a new
CreatePDFFromExcelOptions instance built from the current state of this builder. |
CreatePDFFromExcelOptions.Builder |
withCreateTaggedPdf(Boolean createTaggedPDF) |
CreatePDFFromExcelOptions.Builder |
withDocumentLanguage(SupportedDocumentLanguage supportedDocumentLanguage)
Sets office preferred editing language to be used for conversion, specified by
SupportedDocumentLanguage . |
public Builder()
CreatePDFFromExcelOptions.Builder
instance.public CreatePDFFromExcelOptions.Builder withDocumentLanguage(SupportedDocumentLanguage supportedDocumentLanguage)
SupportedDocumentLanguage
.supportedDocumentLanguage
- see SupportedDocumentLanguage
. Default value is SupportedDocumentLanguage.EN_US
public CreatePDFFromExcelOptions.Builder withCreateTaggedPdf(Boolean createTaggedPDF)
public CreatePDFFromExcelOptions build()
CreatePDFFromExcelOptions
instance built from the current state of this builder.CreatePDFFromExcelOptions
instanceCopyright © 2022 Adobe. All rights reserved.