Foxit PDF Conversion SDK
|
Inherits FoxitPDFConversionSDKPython3._object.
Public Member Functions | |
def | PDF2PowerPointSettingData () |
Constructor. More... | |
def | Set (enable_aggressively_split_sections) |
Set value. More... | |
Static Public Attributes | |
enable_aggressively_split_sections = _swig_property(_fpdfconversionsdk.PDF2PowerPointSettingData_enable_aggressively_split_sections_get, _fpdfconversionsdk.PDF2PowerPointSettingData_enable_aggressively_split_sections_set) | |
A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. More... | |
This class represents setting data used for converting PDF documents to Power Point format documents.
def FoxitPDFConversionSDKPython3.PDF2PowerPointSettingData.PDF2PowerPointSettingData | ( | ) |
Constructor.
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. 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. |
def FoxitPDFConversionSDKPython3.PDF2PowerPointSettingData.Set | ( | enable_aggressively_split_sections | ) |
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. 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. |
|
static |
A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents.
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.