Foxit PDF SDK
|
Inherits FoxitPDFSDKPython2._object.
Public Member Functions | |
def | Word2PDFConfig () |
Constructor. More... | |
def | Set (is_generate_bookmark) |
Set value. More... | |
Static Public Attributes | |
is_generate_bookmark = _fsdk.Word2PDFConfig_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 FoxitPDFSDKPython2.Word2PDFConfig.Word2PDFConfig | ( | ) |
Constructor.
Constructor, with parameters.
[in] | is_generate_bookmark | A boolean value which indicates whether to export bookmarks to converted PDF file. |
def FoxitPDFSDKPython2.Word2PDFConfig.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.