java.lang.Object | |||
↳ | com.pdftron.pdf.OptionsBase | ||
↳ | com.pdftron.pdf.ConversionOptions | ||
↳ | com.pdftron.pdf.OfficeToPDFOptions |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
OfficeToPDFOptions()
Constructor.
| |||||||||||
OfficeToPDFOptions(String json_string)
Constructor.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
getApplyPageBreaksToSheet()
Gets the value ApplyPageBreaksToSheet from the options object
Whether we should split Excel workheets into pages so that the output resembles print output.
| ||||||||||
boolean |
getDisplayChangeTracking()
Gets the value DisplayChangeTracking from the options object
If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content).
| ||||||||||
double |
getExcelDefaultCellBorderWidth()
Gets the value ExcelDefaultCellBorderWidth from the options object
Cell border width for table cells that would normally be drawn with no border.
| ||||||||||
int |
getExcelMaxAllowedCellCount()
Gets the value ExcelMaxAllowedCellCount from the options object
Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount.
| ||||||||||
String |
getLayoutResourcesPluginPath()
Gets the value LayoutResourcesPluginPath from the options object
The path at which the pdftron-provided font resource plugin resides
| ||||||||||
String |
getLocale()
Gets the value Locale from the options object
ISO 639-1 code of the current system locale.
| ||||||||||
String |
getResourceDocPath()
Gets the value ResourceDocPath from the options object
The path at which 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
| ||||||||||
String |
getTemplateParamsJson()
Gets the value TemplateParamsJson from the options object
JSON string representing the data to be merged into a PDFTron office template
| ||||||||||
OfficeToPDFOptions |
setApplyPageBreaksToSheet(boolean value)
Sets the value for ApplyPageBreaksToSheet in the options object
Whether we should split Excel workheets into pages so that the output resembles print output.
| ||||||||||
OfficeToPDFOptions |
setDisplayChangeTracking(boolean value)
Sets the value for DisplayChangeTracking in the options object
If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content).
| ||||||||||
OfficeToPDFOptions |
setExcelDefaultCellBorderWidth(double value)
Sets the value for ExcelDefaultCellBorderWidth in the options object
Cell border width for table cells that would normally be drawn with no border.
| ||||||||||
OfficeToPDFOptions |
setExcelMaxAllowedCellCount(int value)
Sets the value for ExcelMaxAllowedCellCount in the options object
Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount.
| ||||||||||
OfficeToPDFOptions |
setLayoutResourcesPluginPath(String value)
Sets the value for LayoutResourcesPluginPath in the options object
The path at which the pdftron-provided font resource plugin resides
| ||||||||||
OfficeToPDFOptions |
setLocale(String value)
Sets the value for Locale in the options object
ISO 639-1 code of the current system locale.
| ||||||||||
OfficeToPDFOptions |
setResourceDocPath(String value)
Sets the value for ResourceDocPath in the options object
The path at which a .docx resource document resides
| ||||||||||
OfficeToPDFOptions |
setSmartSubstitutionPluginPath(String value)
Sets the value for SmartSubstitutionPluginPath in the options object
The path at which the pdftron-provided font resource plugin resides
| ||||||||||
OfficeToPDFOptions |
setTemplateParamsJson(String value)
Sets the value for TemplateParamsJson in the options object
JSON string representing the data to be merged into a PDFTron office template
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Gets the value ApplyPageBreaksToSheet from the options object Whether we should split Excel workheets into pages so that the output resembles print output.
PDFNetException |
---|
Gets the value DisplayChangeTracking from the options object If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content). Otherwise displays the resolved document content, with no markup. Defaults to true.
PDFNetException |
---|
Gets the value ExcelDefaultCellBorderWidth from the options object Cell border width for table cells that would normally be drawn with no border. In units of points. Can be used to achieve a similar effect to the "show gridlines" display option within Microsoft Excel.
PDFNetException |
---|
Gets the value ExcelMaxAllowedCellCount from the options object Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount. Used for early termination of resource intensive conversions. Setting this value to 250000 will allow the vast majority of Excel documents to convert without issue, while keeping RAM usage to a reasonable level. By default there is no limit to the number of allowed cells.
PDFNetException |
---|
Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides
PDFNetException |
---|
Gets the value Locale from the options object ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.
PDFNetException |
---|
Gets the value ResourceDocPath from the options object The path at which 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 |
---|
Gets the value TemplateParamsJson from the options object JSON string representing the data to be merged into a PDFTron office template
PDFNetException |
---|
Sets the value for ApplyPageBreaksToSheet in the options object Whether we should split Excel workheets into pages so that the output resembles print output.
PDFNetException |
---|
Sets the value for DisplayChangeTracking in the options object If this option is true, will display office change tracking markup present in the document (i.e, red strikethrough of deleted content and underlining of new content). Otherwise displays the resolved document content, with no markup. Defaults to true.
PDFNetException |
---|
Sets the value for ExcelDefaultCellBorderWidth in the options object Cell border width for table cells that would normally be drawn with no border. In units of points. Can be used to achieve a similar effect to the "show gridlines" display option within Microsoft Excel.
PDFNetException |
---|
Sets the value for ExcelMaxAllowedCellCount in the options object Conversion will throw an exception if the number of cells in a Microsoft Excel document is above the set MaxAllowedCellCount. Used for early termination of resource intensive conversions. Setting this value to 250000 will allow the vast majority of Excel documents to convert without issue, while keeping RAM usage to a reasonable level. By default there is no limit to the number of allowed cells. *
PDFNetException |
---|
Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
PDFNetException |
---|
Sets the value for Locale in the options object ISO 639-1 code of the current system locale. For example: 'en-US', 'ar-SA', 'de-DE', etc.
PDFNetException |
---|
Sets the value for ResourceDocPath in the options object The path at which 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
PDFNetException |
---|
Sets the value for TemplateParamsJson in the options object JSON string representing the data to be merged into a PDFTron office template
PDFNetException |
---|