Foxit PDF SDK
FoxitPDFSDKPython2.Word2PDFConfig Class Reference

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

Detailed Description

This class represents setting data used for converting Word format files to PDF format files.

Constructor & Destructor Documentation

◆ Word2PDFConfig()

def FoxitPDFSDKPython2.Word2PDFConfig.Word2PDFConfig ( )

Constructor.

Constructor, with parameters.

Parameters
[in]is_generate_bookmarkA boolean value which indicates whether to export bookmarks to converted PDF file.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython2.Word2PDFConfig.Set (   is_generate_bookmark)

Set value.

Parameters
[in]is_generate_bookmarkA boolean value which indicates whether to export bookmarks to converted PDF file.
Returns
None.

Member Data Documentation

◆ is_generate_bookmark

FoxitPDFSDKPython2.Word2PDFConfig.is_generate_bookmark = _fsdk.Word2PDFConfig_is_generate_bookmark
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.