Foxit PDF Conversion SDK
PDFConversionSDK.Excel2PDFSettingData Class Reference

Public Member Functions

 constructor (is_separate_workbook, is_output_hidden_worksheets, worksheet_names)
 Constructor, with parameters. More...
 
 Set (is_separate_workbook, is_output_hidden_worksheets, worksheet_names)
 Set value. More...
 

Detailed Description

This class represents setting data used for converting Excel format files to PDF format files.

Member Function Documentation

◆ constructor()

PDFConversionSDK.Excel2PDFSettingData.constructor ( is_separate_workbook  ,
is_output_hidden_worksheets  ,
worksheet_names   
)

Constructor, with parameters.

Parameters
[in]is_separate_workbookA boolean value which indicates whether to export worksheets to separate PDF files.
[in]is_output_hidden_worksheetsA boolean value which indicates whether to output the hidden worksheets.
[in]worksheet_namesAn array of specific worksheet names to be converted to PDF files.

◆ Set()

PDFConversionSDK.Excel2PDFSettingData.Set ( is_separate_workbook  ,
is_output_hidden_worksheets  ,
worksheet_names   
)

Set value.

Parameters
[in]is_separate_workbookA boolean value which indicates whether to export worksheets to separate PDF files.
[in]is_output_hidden_worksheetsA boolean value which indicates whether to output the hidden worksheets.
[in]worksheet_namesAn array of specific worksheet names to be converted to PDF files.
Returns
None.