public class WordToPDFOptions
extends java.lang.Object
Constructor and Description |
---|
WordToPDFOptions()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLayoutResourcesPluginPath()
Gets the value LayoutResourcesPluginPath from the options object
The path at which the pdftron-provided font resource plugin resides
|
java.lang.String |
getResourceDocPath()
Gets the value ResourceDocPath from the options object
The path at which the a .docx resource document resides
|
java.lang.String |
getSmartSubstitutionPluginPath()
Gets the value SmartSubstitutionPluginPath from the options object
The path at which the pdftron-provided font resource plugin resides
|
WordToPDFOptions |
setLayoutResourcesPluginPath(java.lang.String value)
Sets the value for LayoutResourcesPluginPath in the options object
The path at which the pdftron-provided font resource plugin resides
|
WordToPDFOptions |
setResourceDocPath(java.lang.String value)
Sets the value for ResourceDocPath in the options object
The path at which the a .docx resource document resides
|
WordToPDFOptions |
setSmartSubstitutionPluginPath(java.lang.String value)
Sets the value for SmartSubstitutionPluginPath in the options object
The path at which the pdftron-provided font resource plugin resides
|
public WordToPDFOptions() throws PDFNetException
PDFNetException
public java.lang.String getLayoutResourcesPluginPath() throws PDFNetException
PDFNetException
public WordToPDFOptions setLayoutResourcesPluginPath(java.lang.String value) throws PDFNetException
value
- a String -- The path at which the pdftron-provided font resource plugin residesPDFNetException
public java.lang.String getResourceDocPath() throws PDFNetException
PDFNetException
public WordToPDFOptions setResourceDocPath(java.lang.String value) throws PDFNetException
value
- a String -- The path at which the a .docx resource document residesPDFNetException
public java.lang.String getSmartSubstitutionPluginPath() throws PDFNetException
PDFNetException
public WordToPDFOptions setSmartSubstitutionPluginPath(java.lang.String value) throws PDFNetException
value
- a String -- The path at which the pdftron-provided font resource plugin residesPDFNetException