Foxit PDF Conversion SDK
|
Inherits Object.
Public Member Functions | |
PDF2PowerPointSettingData () | |
Constructor. | |
PDF2PowerPointSettingData (bool enable_aggressively_split_sections) | |
Constructor, with parameters. More... | |
PDF2PowerPointSettingData & | operator= (const PDF2PowerPointSettingData &data) |
Assign operator. More... | |
void | Set (bool enable_aggressively_split_sections) |
Set value. More... | |
Public Attributes | |
bool | enable_aggressively_split_sections |
A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. Default value: false. More... | |
This class represents setting data used for converting PDF documents to Power Point format documents.
|
inline |
Constructor, with parameters.
[in] | enable_aggressively_split_sections | A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. Default value: false. In two paragraphs of the same text box, if the spacing between them is large enough, they will be split into two separate text boxes for the conversion of PDF documents to Power Point format documents. true means to split sections aggressively for the conversion of PDF documents to Power Point format documents. false means not to split sections aggressively for the conversion of PDF documents to Power Point format documents. |
|
inline |
Assign operator.
[in] | data | Another PDF-to-Power-Point setting data object, whose value would be assigned to current object. |
|
inline |
Set value.
[in] | enable_aggressively_split_sections | A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. Default value: false. In two paragraphs of the same text box, if the spacing between them is large enough, they will be split into two separate text boxes for the conversion of PDF documents to Power Point format documents. true means to split sections aggressively for the conversion of PDF documents to Power Point format documents. false means not to split sections aggressively for the conversion of PDF documents to Power Point format documents. |
bool foxit::conversion::pdf2office::PDF2PowerPointSettingData::enable_aggressively_split_sections |
A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. Default value: false.
In two paragraphs of the same text box, if the spacing between them is large enough, they will be split into two separate text boxes for the conversion of PDF documents to Power Point format documents. true means to split sections aggressively for the conversion of PDF documents to Power Point format documents. false means not to split sections aggressively for the conversion of PDF documents to Power Point format documents.