Foxit PDF SDK
FoxitPDFSDKPython3.PDF2WordSettingData Class Reference

Inherits FoxitPDFSDKPython3._object.

Public Member Functions

def PDF2WordSettingData ()
 Constructor. More...
 
def Set (enable_retain_page_layout)
 Set value. More...
 

Static Public Attributes

 enable_retain_page_layout = _swig_property(_fsdk.PDF2WordSettingData_enable_retain_page_layout_get, _fsdk.PDF2WordSettingData_enable_retain_page_layout_set)
 A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. More...
 

Detailed Description

This class represents setting data used for converting PDF documents to word format documents.

Constructor & Destructor Documentation

◆ PDF2WordSettingData()

def FoxitPDFSDKPython3.PDF2WordSettingData.PDF2WordSettingData ( )

Constructor.

Constructor, with parameters.

Parameters
[in]enable_retain_page_layoutA boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents.

Member Function Documentation

◆ Set()

def FoxitPDFSDKPython3.PDF2WordSettingData.Set (   enable_retain_page_layout)

Set value.

Parameters
[in]enable_retain_page_layoutA boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents. true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents.
Returns
None.

Member Data Documentation

◆ enable_retain_page_layout

FoxitPDFSDKPython3.PDF2WordSettingData.enable_retain_page_layout = _swig_property(_fsdk.PDF2WordSettingData_enable_retain_page_layout_get, _fsdk.PDF2WordSettingData_enable_retain_page_layout_set)
static

A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents.

true means retain page layout for the conversion of PDF documents to word format documents. false means not retain page layout for the conversion of PDF documents to word format documents.