IPresentation — Aspose.Slides FOSS Python API Reference
Overview
IPresentation represents the i presentation in a presentation. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
current_date_time | Any | Read / Write | The current_date_time value. |
slides | ISlideCollection | Read-only | The slides value. |
notes_size | INotesSize | Read-only | The notes_size value. |
layout_slides | IGlobalLayoutSlideCollection | Read-only | The layout_slides value. |
masters | IMasterSlideCollection | Read-only | The masters value. |
comment_authors | ICommentAuthorCollection | Read-only | The comment_authors value. |
document_properties | IDocumentProperties | Read-only | The document_properties value. |
images | IImageCollection | Read-only | The images value. |
source_format | SourceFormat | Read-only | The source_format value. |
first_slide_number | int | Read / Write | The first_slide_number value. |
as_i_presentation_component | IPresentationComponent | Read-only | The as_i_presentation_component value. |
Methods
| Method | Returns | Description |
|---|---|---|
save(fname, format) | None | Saves the current state to the specified destination. |