Foxit PDF Conversion SDK
fpdfconversionsdk.PDF2PowerPointSettingData Class Reference

Public Member Functions

def GetEnable_aggressively_split_sections ()
 Get a boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. More...
 
def Set (enable_aggressively_split_sections)
 Set value. More...
 
def SetEnable_aggressively_split_sections (value)
 Set a boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. More...
 

Detailed Description

This class represents setting data used for converting PDF documents to Power Point format documents.

Member Function Documentation

◆ GetEnable_aggressively_split_sections()

fpdfconversionsdk.PDF2PowerPointSettingData.GetEnable_aggressively_split_sections ( )

Get 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.

Returns
A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. Default value: false.

◆ Set()

def fpdfconversionsdk.PDF2PowerPointSettingData.Set (   enable_aggressively_split_sections)

Set value.

Parameters
[in]enable_aggressively_split_sectionsA 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.
Returns
None.

◆ SetEnable_aggressively_split_sections()

fpdfconversionsdk.PDF2PowerPointSettingData.SetEnable_aggressively_split_sections (   value)

Set 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.

Parameters
[in]valueA boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. Default value: false.
Returns
None.