PptxOptions class
Contents
[
Hide
]PptxOptions class
Represents options for saving OpenXml presentations (PPTX, PPSX, POTX, PPTM, PPSM, POTM).
Inheritance:PptxOptions
→ SaveOptions
The PptxOptions type exposes the following members:
Constructors
Constructor | Description |
---|---|
__init__ | Creates new instance of PptxOptions |
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 . |
conformance | Specifies the conformance class to which the Presentation document conforms. Default value is Conformance.ECMA_376_2006 |
zip_64_mode | Specifies whether the ZIP64 format is used for the Presentation document. The default value is Zip64Mode.IF_NECESSARY |
See Also
- class
PptxOptions
- class
SaveOptions
- module
aspose.slides.export
- library
Aspose.Slides