Presentation
Overview
Presentation is a class in Aspose.Slides for Python.
Inherits from: IPresentation, IPresentationComponent.
Represents a Microsoft PowerPoint presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
current_date_time | Any | Read | |
slides | ISlideCollection | Read | |
notes_size | INotesSize | Read | |
layout_slides | IGlobalLayoutSlideCollection | Read | Gives the global collection of layout slides |
masters | IMasterSlideCollection | Read | Returns the collection of master slides |
comment_authors | ICommentAuthorCollection | Read | Accesses the collection of comment authors |
document_properties | IDocumentProperties | Read | Contains core, app, and custom document properties |
images | IImageCollection | Read | |
first_slide_number | int | Read | |
source_format | SourceFormat | Read | |
as_i_presentation_component | IPresentationComponent | Read | Returns the presentation as an IPresentationComponent |
presentation | IPresentation | Read | Returns the underlying IPresentation interface |
Methods
| Signature | Description |
|---|---|
__init__() | Initialize a Presentation. |
save() | Save the presentation to a file or stream. |
dispose() | Release all resources used by this Presentation object. |