Foxit PDF SDK
|
Inherits SystemIDisposable.
Public Types | |
enum | ConvertIntent { ConvertIntent.e_ConvertIntentPrint = 0, ConvertIntent.e_ConvertIntentScreen = 1 } |
Enumeration for intent for converting PowerPoint to PDF. More... | |
enum | HandoutOrder { HandoutOrder.e_HandoutOrderHorizontalFirst = 0, HandoutOrder.e_HandoutOrderVerticalFirst = 1 } |
Enumeration for specifying the page layout order in which slides appear on converted handouts. Handouts can be used to show multiple slides on one page when converting PowerPoint to PDF. More... | |
enum | OutputType { OutputType.e_OutputSlides = 1, OutputType.e_OutputNotesPages = 2, OutputType.e_OutputOutline = 3, OutputType.e_OutputOneSlideHandouts = 4, OutputType.e_OutputTwoSlideHandouts = 5, OutputType.e_OutputThreeSlideHandouts = 6, OutputType.e_OutputFourSlideHandouts = 7, OutputType.e_OutputSixSlideHandouts = 8, OutputType.e_OutputNineSlideHandouts = 9 } |
Enumeration for output type for converting PowerPoint to PDF. More... | |
Public Member Functions | |
PowerPoint2PDFSettingData () | |
Constructor. | |
PowerPoint2PDFSettingData (PowerPoint2PDFSettingData.ConvertIntent intent, bool frame_output_slides, PowerPoint2PDFSettingData.OutputType output_type, PowerPoint2PDFSettingData.HandoutOrder handout_order, bool output_hidden_slides, bool include_doc_props, bool disable_vba_code) | |
Constructor, with parameters. More... | |
void | Set (PowerPoint2PDFSettingData.ConvertIntent intent, bool frame_output_slides, PowerPoint2PDFSettingData.OutputType output_type, PowerPoint2PDFSettingData.HandoutOrder handout_order, bool output_hidden_slides, bool include_doc_props, bool disable_vba_code) |
Set value. More... | |
Properties | |
bool | disable_vba_code [get, set] |
A boolean value decide whether to disable the execution of vba code in the PowerPoint document. More... | |
bool | frame_output_slides [get, set] |
A boolean value which indicates whether to frame output slides in the converted PDF document. More... | |
PowerPoint2PDFSettingData.HandoutOrder | handout_order [get, set] |
Handout order used to specify the page layout order in which slides appear on converted handouts. Handouts can be used to show multiple slides on one page when converting PowerPoint to PDF. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.HandoutOrder.e_HandoutOrderHorizontalFirst and this should be one of these values. More... | |
bool | include_doc_props [get, set] |
A boolean value which indicates whether to include PowerPoint document properties in the converted PDF document. More... | |
PowerPoint2PDFSettingData.ConvertIntent | intent [get, set] |
Converting intent. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.ConvertIntent.e_ConvertIntentPrint and this should be one of these values. | |
bool | output_hidden_slides [get, set] |
A boolean value which indicates whether to convert hidden slides to the converted PDF document. More... | |
PowerPoint2PDFSettingData.OutputType | output_type [get, set] |
Output type used to specify which component (slides, handouts, notes pages, or an outline) of PowerPoint document is to be converted to PDF document. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputSlides and this should be one of these values. | |
This class represents setting data used for converting PowerPoint to PDF.
Enumeration for specifying the page layout order in which slides appear on converted handouts. Handouts can be used to show multiple slides on one page when converting PowerPoint to PDF.
Values of this enumeration should be used alone.
Enumeration for output type for converting PowerPoint to PDF.
Values of this enumeration should be used alone.
|
inline |
Constructor, with parameters.
[in] | intent | Converting intent. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.ConvertIntent.e_ConvertIntentPrint and this should be one of these values. |
[in] | frame_output_slides | A boolean value which indicates whether to frame output slides in the converted PDF document or not. |
[in] | output_type | Output type used to specify which component of PowerPoint document is to be converted. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputSlides and this should be one of these values. |
[in] | handout_order | Handout order used to specify the page layout order in which slides appear on converted handouts that show multiple slides on one page. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.HandoutOrder.e_HandoutOrderHorizontalFirst and this should be one of these values. |
[in] | output_hidden_slides | A boolean value which indicates whether to convert hidden slides to the converted PDF document. |
[in] | include_doc_props | A boolean value which indicates whether to include PowerPoint document properties in the converted PDF document. |
[in] | disable_vba_code | A boolean value decide whether to disable the execution of vba code in the PowerPoint document. |
|
inline |
Set value.
[in] | intent | Converting intent. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.ConvertIntent.e_ConvertIntentPrint and this should be one of these values. |
[in] | frame_output_slides | A boolean value which indicates whether to frame output slides in the converted PDF document or not. |
[in] | output_type | Output type used to specify which component of PowerPoint document is to be converted. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputSlides and this should be one of these values. |
[in] | handout_order | Handout order used to specify the page layout order in which slides appear on converted handouts that show multiple slides on one page. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.HandoutOrder.e_HandoutOrderHorizontalFirst and this should be one of these values. |
[in] | output_hidden_slides | A boolean value which indicates whether to convert hidden slides to the converted PDF document. |
[in] | include_doc_props | A boolean value which indicates whether to include PowerPoint document properties in the converted PDF document. |
[in] | disable_vba_code | A boolean value decide whether to disable the execution of vba code in the PowerPoint document. |
|
getset |
A boolean value decide whether to disable the execution of vba code in the PowerPoint document.
true means to disable the vba code, while false means not.
This flag is only supported on Windows platforms.
|
getset |
A boolean value which indicates whether to frame output slides in the converted PDF document.
true means to frame output slides in the converted PDF document.
false means not to frame output slides in the converted PDF document.
|
getset |
Handout order used to specify the page layout order in which slides appear on converted handouts. Handouts can be used to show multiple slides on one page when converting PowerPoint to PDF. Please refer to values starting from foxit.addon.conversion.PowerPoint2PDFSettingData.HandoutOrder.e_HandoutOrderHorizontalFirst and this should be one of these values.
foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputOneSlideHandouts
foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputTwoSlideHandouts
foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputThreeSlideHandouts
foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputFourSlideHandouts
foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputSixSlideHandouts
foxit.addon.conversion.PowerPoint2PDFSettingData.OutputType.e_OutputNineSlideHandouts
|
getset |
A boolean value which indicates whether to include PowerPoint document properties in the converted PDF document.
true means to include PowerPoint document properties in the converted PDF document.
false means not to include PowerPoint document properties in the converted PDF document.
|
getset |
A boolean value which indicates whether to convert hidden slides to the converted PDF document.
true means to convert hidden slides to the converted PDF document.
false means not to convert hidden slides to the converted PDF document.