java.lang.Object | |||
↳ | com.pdftron.pdf.OptionsBase | ||
↳ | com.pdftron.pdf.ConversionOptions | ||
↳ | com.pdftron.pdf.WordToPDFOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WordToPDFOptions()
Constructor.
| |||||||||||
WordToPDFOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String |
getLayoutResourcesPluginPath()
Gets the value LayoutResourcesPluginPath from the options object
The path at which the pdftron-provided font resource plugin resides
| ||||||||||
String |
getResourceDocPath()
Gets the value ResourceDocPath from the options object
The path at which the a .docx resource document resides
| ||||||||||
String |
getSmartSubstitutionPluginPath()
Gets the value SmartSubstitutionPluginPath from the options object
The path at which the pdftron-provided font resource plugin resides
| ||||||||||
WordToPDFOptions |
setLayoutResourcesPluginPath(String value)
Sets the value for LayoutResourcesPluginPath in the options object
The path at which the pdftron-provided font resource plugin resides
| ||||||||||
WordToPDFOptions |
setResourceDocPath(String value)
Sets the value for ResourceDocPath in the options object
The path at which the a .docx resource document resides
| ||||||||||
WordToPDFOptions |
setSmartSubstitutionPluginPath(String value)
Sets the value for SmartSubstitutionPluginPath in the options object
The path at which the pdftron-provided font resource plugin resides
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pdftron.pdf.ConversionOptions
| |||||||||||
From class
java.lang.Object
|
Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
PDFNetException |
---|
Gets the value ResourceDocPath from the options object The path at which the a .docx resource document resides
PDFNetException |
---|
Gets the value SmartSubstitutionPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
PDFNetException |
---|
Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
value | a String -- The path at which the pdftron-provided font resource plugin resides |
---|
PDFNetException |
---|
Sets the value for ResourceDocPath in the options object The path at which the a .docx resource document resides
value | a String -- The path at which the a .docx resource document resides |
---|
PDFNetException |
---|
Sets the value for SmartSubstitutionPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
value | a String -- The path at which the pdftron-provided font resource plugin resides |
---|
PDFNetException |
---|