Foxit PDF Conversion SDK
|
Public Member Functions | |
PDF2PowerPointSettingData () | |
Constructor. | |
PDF2PowerPointSettingData (boolean enable_aggressively_split_sections) | |
Constructor, with parameters. More... | |
synchronized void | delete () |
Clean up related resources immediately. More... | |
boolean | 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... | |
void | set (boolean enable_aggressively_split_sections) |
Set value. More... | |
void | setEnable_aggressively_split_sections (boolean value) |
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.
com.foxit.sdk.conversion.pdf2office.PDF2PowerPointSettingData.PDF2PowerPointSettingData | ( | boolean | enable_aggressively_split_sections | ) |
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. |
synchronized void com.foxit.sdk.conversion.pdf2office.PDF2PowerPointSettingData.delete | ( | ) |
Clean up related resources immediately.
com.foxit.sdk.conversion.pdf2office.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.
void com.foxit.sdk.conversion.pdf2office.PDF2PowerPointSettingData.set | ( | boolean | 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. |
com.foxit.sdk.conversion.pdf2office.PDF2PowerPointSettingData.setEnable_aggressively_split_sections | ( | boolean | 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.
[in] | value | A boolean value which indicates whether split sections aggressively for the conversion of PDF documents to Power Point format documents. |