Foxit PDF Conversion SDK
|
Public Member Functions | |
Excel2PDFSettingData () | |
Constructor. | |
Excel2PDFSettingData (boolean is_separate_workbook, boolean is_output_hidden_worksheets, WStringArray worksheet_names) | |
Constructor, with parameters. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
boolean | getIs_output_hidden_worksheets () |
Get a boolean value which indicates whether to output the hidden worksheets. More... | |
boolean | getIs_separate_workbook () |
Get a boolean value which indicates whether to export worksheets to separate PDF files. More... | |
WStringArray | getWorksheet_names () |
Get an array of specific worksheet names to be converted to PDF files. More... | |
void | set (boolean is_separate_workbook, boolean is_output_hidden_worksheets, WStringArray worksheet_names) |
Set value. More... | |
void | setIs_output_hidden_worksheets (boolean value) |
Set a boolean value which indicates whether to output the hidden worksheets. More... | |
void | setIs_separate_workbook (boolean value) |
Set a boolean value which indicates whether to export worksheets to separate PDF files. More... | |
void | setWorksheet_names (WStringArray 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.
com.foxit.sdk.conversion.office2pdf.Excel2PDFSettingData.Excel2PDFSettingData | ( | boolean | is_separate_workbook, |
boolean | is_output_hidden_worksheets, | ||
WStringArray | worksheet_names | ||
) |
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. |
synchronized void com.foxit.sdk.conversion.office2pdf.Excel2PDFSettingData.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.conversion.office2pdf.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.
com.foxit.sdk.conversion.office2pdf.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.
com.foxit.sdk.conversion.office2pdf.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.
void com.foxit.sdk.conversion.office2pdf.Excel2PDFSettingData.set | ( | boolean | is_separate_workbook, |
boolean | is_output_hidden_worksheets, | ||
WStringArray | 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. |
com.foxit.sdk.conversion.office2pdf.Excel2PDFSettingData.setIs_output_hidden_worksheets | ( | boolean | 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. |
com.foxit.sdk.conversion.office2pdf.Excel2PDFSettingData.setIs_separate_workbook | ( | boolean | 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. |
com.foxit.sdk.conversion.office2pdf.Excel2PDFSettingData.setWorksheet_names | ( | WStringArray | 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. |