|
Foxit PDF Conversion SDK
|
Inherits FoxitPDFConversionSDKPython3._object.
Public Member Functions | |
| def | Word2PDFSettingData () |
| Constructor. More... | |
| def | Set (is_generate_bookmark) |
| Set value. More... | |
Static Public Attributes | |
| is_generate_bookmark = _fpdfconversionsdk.Word2PDFSettingData_is_generate_bookmark | |
| A boolean value which indicates whether to export bookmarks to converted PDF file. More... | |
This class represents setting data used for converting Word format files to PDF format files.
| def FoxitPDFConversionSDKPython3.Word2PDFSettingData.Word2PDFSettingData | ( | ) |
Constructor.
Constructor, with parameters.
| [in] | is_generate_bookmark | A boolean value which indicates whether to export bookmarks to converted PDF file. |
| def FoxitPDFConversionSDKPython3.Word2PDFSettingData.Set | ( | is_generate_bookmark | ) |
Set value.
| [in] | is_generate_bookmark | A boolean value which indicates whether to export bookmarks to converted PDF file. |
|
static |
A boolean value which indicates whether to export bookmarks to converted PDF file.
true means to export bookmarks to converted PDF file, while false means not. Default value: false.