|
Foxit PDF Conversion SDK
|
Public Member Functions | |
| def | GetDecimal_symbol () |
| Get a string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents. More... | |
| def | GetThousands_separator () |
| Get a string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents. More... | |
| def | GetWorkbook_settings () |
| Get an enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents. More... | |
| def | Set (decimal_symbol, thousands_separator, workbook_settings) |
| Set value. More... | |
| def | SetDecimal_symbol (value) |
| Set a string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents. More... | |
| def | SetThousands_separator (value) |
| Set a string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents. More... | |
| def | SetWorkbook_settings (value) |
| Set an enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents. More... | |
This class represents setting data used for converting PDF documents to Excel format documents.
| fpdfconversionsdk.PDF2ExcelSettingData.GetDecimal_symbol | ( | ) |
Get a string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents.
The decimal symbol is used to separate the integer part and the decimal part of a number. If this parameter is set to ".", then the number "123.456" will be recognized as 123.456. If this parameter is set to ",", then the number "123,456" will be recognized as 123.456. If this parameter is not set, the decimal symbol will be recognized automatically.
| fpdfconversionsdk.PDF2ExcelSettingData.GetThousands_separator | ( | ) |
Get a string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents.
The thousands separator is used to separate the thousands part of a number. If this parameter is set to ",", then the number "123,456" will be recognized as 123456. If this parameter is set to ".", then the number "123.456" will be recognized as 123456. If this parameter is set to " ", then the number "123 456" will be recognized as 123456. If this parameter is not set, the thousands separator will be recognized automatically.
| fpdfconversionsdk.PDF2ExcelSettingData.GetWorkbook_settings | ( | ) |
Get an enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents.
Please refer to values starting from fpdfconversionsdk.PDF2ExcelSettingDataE_WorkbookSettingsDocument and this should be one of these values. Default value: fpdfconversionsdk.PDF2ExcelSettingDataE_WorkbookSettingsEachPage .
| def fpdfconversionsdk.PDF2ExcelSettingData.Set | ( | decimal_symbol, | |
| thousands_separator, | |||
| workbook_settings | |||
| ) |
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. |
| [in] | workbook_settings | An enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents. |
| fpdfconversionsdk.PDF2ExcelSettingData.SetDecimal_symbol | ( | value | ) |
Set a string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents.
The decimal symbol is used to separate the integer part and the decimal part of a number. If this parameter is set to ".", then the number "123.456" will be recognized as 123.456. If this parameter is set to ",", then the number "123,456" will be recognized as 123.456. If this parameter is not set, the decimal symbol will be recognized automatically.
| [in] | value | A string value which indicates being recognized as decimal during the conversion of PDF documents to excel format documents. |
| fpdfconversionsdk.PDF2ExcelSettingData.SetThousands_separator | ( | value | ) |
Set a string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents.
The thousands separator is used to separate the thousands part of a number. If this parameter is set to ",", then the number "123,456" will be recognized as 123456. If this parameter is set to ".", then the number "123.456" will be recognized as 123456. If this parameter is set to " ", then the number "123 456" will be recognized as 123456. If this parameter is not set, the thousands separator will be recognized automatically.
| [in] | value | A string value which indicates being recognized as thousands separator during the conversion of PDF documents to excel format documents. |
| fpdfconversionsdk.PDF2ExcelSettingData.SetWorkbook_settings | ( | value | ) |
Set an enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents.
Please refer to values starting from fpdfconversionsdk.PDF2ExcelSettingDataE_WorkbookSettingsDocument and this should be one of these values. Default value: fpdfconversionsdk.PDF2ExcelSettingDataE_WorkbookSettingsEachPage .
| [in] | value | An enumeration value which indicates the setting of the workbook for the conversion of PDF documents to Excel format documents. |