#include <OfficeToPDFOptions.h>
Definition at line 9 of file OfficeToPDFOptions.h.
pdftron::PDF::OfficeToPDFOptions::OfficeToPDFOptions |
( |
| ) |
|
pdftron::PDF::OfficeToPDFOptions::~OfficeToPDFOptions |
( |
| ) |
|
bool pdftron::PDF::OfficeToPDFOptions::GetApplyPageBreaksToSheet |
( |
| ) |
|
Gets the value ApplyPageBreaksToSheet flag from the options object Encodes whether Excel worksheets pagination is enabled
- Returns
- a boolean, whether Excel worksheets pagination is enabled.
double pdftron::PDF::OfficeToPDFOptions::GetExcelDefaultCellBorderWidth |
( |
| ) |
|
UString pdftron::PDF::OfficeToPDFOptions::GetLayoutResourcesPluginPath |
( |
| ) |
|
Gets the value LayoutResourcesPluginPath from the options object The path at which the pdftron-provided font resource plugin resides @ return a UString, The path at which the pdftron-provided font resource plugin resides.
UString pdftron::PDF::OfficeToPDFOptions::GetResourceDocPath |
( |
| ) |
|
Gets the value ResourceDocPath from the options object The path at which the a .docx resource document resides @ return a UString, The path at which the a .docx resource document resides.
UString pdftron::PDF::OfficeToPDFOptions::GetSmartSubstitutionPluginPath |
( |
| ) |
|
Gets the value SmartSubstitutionPluginPath from the options object The path at which the pdftron-provided font resource plugin resides @ return a UString, The path at which the pdftron-provided font resource plugin resides.
Sets the value for ApplyPageBreaksToSheet in the options object Flag that switches on pagination of Excel worksheets
- Returns
- this object, for call chaining
OfficeToPDFOptions& pdftron::PDF::OfficeToPDFOptions::SetExcelDefaultCellBorderWidth |
( |
double |
width | ) |
|
Sets the value for LayoutResourcesPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
- Parameters
-
value | The path at which the pdftron-provided font resource plugin resides |
- Returns
- this object, for call chaining
Sets the value for ResourceDocPath in the options object The path at which the a .docx resource document resides
- Parameters
-
value | The path at which the a .docx resource document resides |
- Returns
- this object, for call chaining
Sets the value for SmartSubstitutionPluginPath in the options object The path at which the pdftron-provided font resource plugin resides
- Parameters
-
value | The path at which the pdftron-provided font resource plugin resides |
- Returns
- this object, for call chaining
The documentation for this class was generated from the following file: