Foxit PDF Conversion SDK
PDFConversionSDK.PDF2ExcelSettingData Class Reference

Public Member Functions

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

Member Function Documentation

◆ constructor()

PDFConversionSDK.PDF2ExcelSettingData.constructor ( decimal_symbol  ,
thousands_separator   
)

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.

◆ Set()

PDFConversionSDK.PDF2ExcelSettingData.Set ( decimal_symbol  ,
thousands_separator   
)

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.
Returns
None.