Foxit PDF Conversion SDK
PDFConversionSDK.PDF2ExcelSettingData Class Reference

Public Member Functions

 constructor (decimal_symbol, thousands_separator, workbook_setting)
 Constructor, with parameters. More...
 
 Set (decimal_symbol, thousands_separator, workbook_setting)
 Set value. More...
 

Static Public Attributes

static e_WorkbookSettingsDocument
 Enumeration for Excel workbook settings. More...
 
static e_WorkbookSettingsEachPage
 Create worksheet for each page.
 
static e_WorkbookSettingsEachTable
 Create worksheet for each table.
 

Member Function Documentation

◆ constructor()

PDFConversionSDK.PDF2ExcelSettingData.constructor ( decimal_symbol  ,
thousands_separator  ,
workbook_setting   
)

Constructor, with parameters.

Parameters
[in]decimal_symbolA string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents.
[in]thousands_separatorA string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents.
[in]workbook_settingsAn enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents.

◆ Set()

PDFConversionSDK.PDF2ExcelSettingData.Set ( decimal_symbol  ,
thousands_separator  ,
workbook_setting   
)

Set value.

Parameters
[in]decimal_symbolA string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents.
[in]thousands_separatorA string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents.
[in]workbook_settingsAn enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents.
Returns
None.

Member Data Documentation

◆ e_WorkbookSettingsDocument

PDFConversionSDK.PDF2ExcelSettingData.e_WorkbookSettingsDocument
static

Enumeration for Excel workbook settings.

Values of this enumeration should be used alone.Create single worksheet for the document.