PptOptions class
Contents
[
Hide
]PptOptions class
Provides options that control how a presentation is saved in PPT format.
Inheritance:PptOptions → SaveOptions
The PptOptions type exposes the following members:
Constructors
| Constructor | Description |
|---|---|
__init__ |
Properties
| Property | Description |
|---|---|
warning_callback | Returns of sets an object which receives warnings and decides whether loading process will continue or will be aborted. Read/write IWarningCallback. |
progress_callback | Represents a callback object for saving progress updates in percentage. See IProgressCallback. |
default_regular_font | Returns or sets font used in case source font is not found. Read-write str. |
gradient_style | Returns or sets the visual style of the gradient. Read/write GradientStyle. |
skip_java_script_links | Specifies whether to skip hyperlinks with JavaScript calls when saving the presentation. Read/write bool. The default value is false . |
root_directory_clsid | Represents the object class GUID (CLSID) that is stored in the root directory entry. Can be used for COM activation of the document’s application. The default value is ‘64818D11-4F9B-11CF-86EA-00AA00B929E8’ that corresponds to ‘Microsoft Powerpoint.Slide.8’. |
See Also
- class
PptOptions - class
SaveOptions - module
aspose.slides.export - library
Aspose.Slides