Foxit PDF Conversion SDK
FoxitPDFConversionSDKPython2.PDF2WordSettingData Class Reference

Inherits FoxitPDFConversionSDKPython2._object.

Public Member Functions

def PDF2WordSettingData ()
 Constructor. More...
 
def Set (enable_retain_page_layout, enable_generate_headers_and_footers, enable_generate_footnotes_and_endnotes)
 Set value. More...
 

Static Public Attributes

 enable_generate_footnotes_and_endnotes = _swig_property(_fpdfconversionsdk.PDF2WordSettingData_enable_generate_footnotes_and_endnotes_get, _fpdfconversionsdk.PDF2WordSettingData_enable_generate_footnotes_and_endnotes_set)
 A boolean value which indicates whether convert the recognized footnotes and endnotes from PDF documents to footnotes and endnotes of word format documents during the conversion of PDF documents to word format documents. More...
 
 enable_generate_headers_and_footers = _swig_property(_fpdfconversionsdk.PDF2WordSettingData_enable_generate_headers_and_footers_get, _fpdfconversionsdk.PDF2WordSettingData_enable_generate_headers_and_footers_set)
 A boolean value which indicates whether convert the recognized headers and footers from PDF documents to headers and footers of word format documents during the conversion of PDF documents to word format documents. More...
 
 enable_retain_page_layout = _swig_property(_fpdfconversionsdk.PDF2WordSettingData_enable_retain_page_layout_get, _fpdfconversionsdk.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 FoxitPDFConversionSDKPython2.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 to retain page layout for the conversion of PDF documents to Word format documents. false means not to retain page layout for the conversion of PDF documents to Word format documents.
[in]enable_generate_headers_and_footersA boolean value which indicates whether convert the recognized headers and footers from PDF documents to headers and footers of Word format documents during the conversion of PDF documents to Word format documents. Default value: false. true means to convert the recognized headers and footers from PDF documents to headers and footers of Word format documents. false means to convert the recognized headers and footers from PDF documents to the main texts or text boxes of Word format documents.
[in]enable_generate_footnotes_and_endnotesA boolean value which indicates whether convert the recognized footnotes and endnotes from PDF documents to footnotes and endnotes of Word format documents during the conversion of PDF documents to Word format documents. true means to convert the recognized footnotes and endnotes from PDF documents to footnotes and endnotes of Word format documents. false means to convert the recognized footnotes and endnotes from PDF documents to the main texts or text boxes of Word format documents. Default value:false.

Member Function Documentation

◆ Set()

def FoxitPDFConversionSDKPython2.PDF2WordSettingData.Set (   enable_retain_page_layout,
  enable_generate_headers_and_footers,
  enable_generate_footnotes_and_endnotes 
)

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 to retain page layout for the conversion of PDF documents to Word format documents. false means not to retain page layout for the conversion of PDF documents to Word format documents.
[in]enable_generate_headers_and_footersA boolean value which indicates whether convert the recognized headers and footers from PDF documents to headers and footers of Word format documents during the conversion of PDF documents to Word format documents. true means to convert the recognized headers and footers from PDF documents to headers and footers of Word format documents. false means to convert the recognized headers and footers from PDF documents to the main texts or text boxes of Word format documents.
[in]enable_generate_footnotes_and_endnotesA boolean value which indicates whether convert the recognized footnotes and endnotes from PDF documents to footnotes and endnotes of Word format documents during the conversion of PDF documents to Word format documents. true means to convert the recognized footnotes and endnotes from PDF documents to footnotes and endnotes of Word format documents. false means to convert the recognized footnotes and endnotes from PDF documents to the main texts or text boxes of Word format documents.
Returns
None.

Member Data Documentation

◆ enable_generate_footnotes_and_endnotes

FoxitPDFConversionSDKPython2.PDF2WordSettingData.enable_generate_footnotes_and_endnotes = _swig_property(_fpdfconversionsdk.PDF2WordSettingData_enable_generate_footnotes_and_endnotes_get, _fpdfconversionsdk.PDF2WordSettingData_enable_generate_footnotes_and_endnotes_set)
static

A boolean value which indicates whether convert the recognized footnotes and endnotes from PDF documents to footnotes and endnotes of word format documents during the conversion of PDF documents to word format documents.

true means to convert the recognized footnotes and endnotes from PDF documents to footnotes and endnotes of word format documents. false means to convert the recognized footnotes and endnotes from PDF documents to the main texts or text boxes of word format documents.

◆ enable_generate_headers_and_footers

FoxitPDFConversionSDKPython2.PDF2WordSettingData.enable_generate_headers_and_footers = _swig_property(_fpdfconversionsdk.PDF2WordSettingData_enable_generate_headers_and_footers_get, _fpdfconversionsdk.PDF2WordSettingData_enable_generate_headers_and_footers_set)
static

A boolean value which indicates whether convert the recognized headers and footers from PDF documents to headers and footers of word format documents during the conversion of PDF documents to word format documents.

true means to convert the recognized headers and footers from PDF documents to headers and footers of word format documents. false means to convert the recognized headers and footers from PDF documents to the main texts or text boxes of word format documents.

◆ enable_retain_page_layout

FoxitPDFConversionSDKPython2.PDF2WordSettingData.enable_retain_page_layout = _swig_property(_fpdfconversionsdk.PDF2WordSettingData_enable_retain_page_layout_get, _fpdfconversionsdk.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 to retain page layout for the conversion of PDF documents to Word format documents. false means not to retain page layout for the conversion of PDF documents to Word format documents.