Foxit PDF SDK
|
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... | |
This class represents setting data used for converting PDF documents to word format documents.
def FoxitPDFSDKPython3.PDF2WordSettingData.PDF2WordSettingData | ( | ) |
Constructor.
Constructor, with parameters.
[in] | enable_retain_page_layout | 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. |
def FoxitPDFSDKPython3.PDF2WordSettingData.Set | ( | enable_retain_page_layout | ) |
Set value.
[in] | enable_retain_page_layout | 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. |
|
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.