|
Foxit PDF Conversion SDK
|
Inherits FoxitPDFConversionSDKPython2._object.
Public Member Functions | |
| def | Excel2PDFSettingData () |
| Constructor. More... | |
| def | Set (is_separate_workbook, is_output_hidden_worksheets, worksheet_names) |
| Set value. More... | |
Static Public Attributes | |
| is_output_hidden_worksheets = _fpdfconversionsdk.Excel2PDFSettingData_is_output_hidden_worksheets | |
| A boolean value which indicates whether to output the hidden worksheets. More... | |
| is_separate_workbook = _fpdfconversionsdk.Excel2PDFSettingData_is_separate_workbook | |
| A boolean value which indicates whether to export worksheets to separate PDF files. More... | |
| worksheet_names = _fpdfconversionsdk.Excel2PDFSettingData_worksheet_names | |
| An array of specific worksheet names to be converted to PDF files. More... | |
This class represents setting data used for converting Excel format files to PDF format files.
| def FoxitPDFConversionSDKPython2.Excel2PDFSettingData.Excel2PDFSettingData | ( | ) |
Constructor.
Constructor, with parameters.
| [in] | is_separate_workbook | A boolean value which indicates whether to export worksheets to separate PDF files. |
| [in] | is_output_hidden_worksheets | A boolean value which indicates whether to output the hidden worksheets. |
| [in] | worksheet_names | An array of specific worksheet names to be converted to PDF files. |
| def FoxitPDFConversionSDKPython2.Excel2PDFSettingData.Set | ( | is_separate_workbook, | |
| is_output_hidden_worksheets, | |||
| worksheet_names | |||
| ) |
Set value.
| [in] | is_separate_workbook | A boolean value which indicates whether to export worksheets to separate PDF files. |
| [in] | is_output_hidden_worksheets | A boolean value which indicates whether to output the hidden worksheets. |
| [in] | worksheet_names | An array of specific worksheet names to be converted to PDF files. |
|
static |
A boolean value which indicates whether to output the hidden worksheets.
true means to output the hidden worksheets, while false means not.
|
static |
A boolean value which indicates whether to export worksheets to separate PDF files.
true means to export each worksheet to separate PDF files, while false means not.
|
static |
An array of specific worksheet names to be converted to PDF files.
If this array is empty, all worksheets will be converted to PDF files.