|
Foxit PDF Conversion SDK
|
Public Member Functions | |
| def | GetIs_output_hidden_worksheets () |
| Get a boolean value which indicates whether to output the hidden worksheets. More... | |
| def | GetIs_separate_workbook () |
| Get a boolean value which indicates whether to export worksheets to separate PDF files. More... | |
| def | GetWorksheet_names () |
| Get an array of specific worksheet names to be converted to PDF files. More... | |
| def | Set (is_separate_workbook, is_output_hidden_worksheets, worksheet_names) |
| Set value. More... | |
| def | SetIs_output_hidden_worksheets (value) |
| Set a boolean value which indicates whether to output the hidden worksheets. More... | |
| def | SetIs_separate_workbook (value) |
| Set a boolean value which indicates whether to export worksheets to separate PDF files. More... | |
| def | SetWorksheet_names (value) |
| Set 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.
| fpdfconversionsdk.Excel2PDFSettingData.GetIs_output_hidden_worksheets | ( | ) |
Get a boolean value which indicates whether to output the hidden worksheets.
true means to output the hidden worksheets, while false means not.
| fpdfconversionsdk.Excel2PDFSettingData.GetIs_separate_workbook | ( | ) |
Get 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.
| fpdfconversionsdk.Excel2PDFSettingData.GetWorksheet_names | ( | ) |
Get 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.
| def fpdfconversionsdk.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. |
| fpdfconversionsdk.Excel2PDFSettingData.SetIs_output_hidden_worksheets | ( | value | ) |
Set a boolean value which indicates whether to output the hidden worksheets.
true means to output the hidden worksheets, while false means not.
| [in] | value | A boolean value which indicates whether to output the hidden worksheets. |
| fpdfconversionsdk.Excel2PDFSettingData.SetIs_separate_workbook | ( | value | ) |
Set 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.
| [in] | value | A boolean value which indicates whether to export worksheets to separate PDF files. |
| fpdfconversionsdk.Excel2PDFSettingData.SetWorksheet_names | ( | value | ) |
Set 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.
| [in] | value | An array of specific worksheet names to be converted to PDF files. |