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