Foxit PDF Conversion SDK
|
Public Member Functions | |
constructor (decimal_symbol, thousands_separator) | |
Constructor, with parameters. More... | |
Set (decimal_symbol, thousands_separator) | |
Set value. More... | |
PDFConversionSDK.PDF2ExcelSettingData.constructor | ( | decimal_symbol | , |
thousands_separator | |||
) |
Constructor, with parameters.
[in] | decimal_symbol | A string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents. |
[in] | thousands_separator | A string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents. |
PDFConversionSDK.PDF2ExcelSettingData.Set | ( | decimal_symbol | , |
thousands_separator | |||
) |
Set value.
[in] | decimal_symbol | A string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents. |
[in] | thousands_separator | A string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents. |