Presentation

Overview

Presentation is a class in Aspose.Slides for Python. Inherits from: IPresentation, IPresentationComponent.

Represents a Microsoft PowerPoint presentation.

Properties

NameTypeAccessDescription
current_date_timeAnyRead
slidesISlideCollectionRead
notes_sizeINotesSizeRead
layout_slidesIGlobalLayoutSlideCollectionReadGives the global collection of layout slides
mastersIMasterSlideCollectionReadReturns the collection of master slides
comment_authorsICommentAuthorCollectionReadAccesses the collection of comment authors
document_propertiesIDocumentPropertiesReadContains core, app, and custom document properties
imagesIImageCollectionRead
first_slide_numberintRead
source_formatSourceFormatRead
as_i_presentation_componentIPresentationComponentReadReturns the presentation as an IPresentationComponent
presentationIPresentationReadReturns the underlying IPresentation interface

Methods

SignatureDescription
__init__()Initialize a Presentation.
save()Save the presentation to a file or stream.
dispose()Release all resources used by this Presentation object.