Foxit PDF Conversion SDK
|
Inherits Object.
Public Member Functions | |
PDF2WordSettingData () | |
Constructor. | |
PDF2WordSettingData (bool enable_retain_page_layout) | |
Constructor, with parameters. More... | |
PDF2WordSettingData & | operator= (const PDF2WordSettingData &data) |
Assign operator. More... | |
void | Set (bool enable_retain_page_layout) |
Set value. More... | |
Public Attributes | |
bool | enable_retain_page_layout |
A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false. More... | |
This class represents setting data used for converting PDF documents to word format documents.
|
inline |
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, default value: false. 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 document to word format documents. |
|
inline |
Assign operator.
[in] | data | Another PDF-to-Word setting data object, whose value would be assigned to current object. |
|
inline |
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, default value: false. 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. |
bool foxit::conversion::pdf2office::PDF2WordSettingData::enable_retain_page_layout |
A boolean value which indicates whether retain page layout for the conversion of PDF documents to word format documents, default value: false.
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.