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


Description

IPresentation is a class in the Aspose.Slides FOSS library for Python that exposes 9 methods and 11 properties for programmatic use. It extends IPresentationComponent and implements ABC, inheriting shared functionality from its parent type.

Core capabilities include: islidecollection; inotessize; igloballayoutslidecollection. These operations enable developers to integrate ipresentation functionality directly into Python applications.

Properties

PropertyTypeAccessDescription
current_date_timeAnyRead / WriteThe current_date_time value.
slidesISlideCollectionRead-onlyThe slides value.
notes_sizeINotesSizeRead-onlyThe notes_size value.
layout_slidesIGlobalLayoutSlideCollectionRead-onlyThe layout_slides value.
mastersIMasterSlideCollectionRead-onlyThe masters value.
comment_authorsICommentAuthorCollectionRead-onlyThe comment_authors value.
document_propertiesIDocumentPropertiesRead-onlyThe document_properties value.
imagesIImageCollectionRead-onlyThe images value.
source_formatSourceFormatRead-onlyThe source_format value.
first_slide_numberintRead / WriteThe first_slide_number value.
as_i_presentation_componentIPresentationComponentRead-onlyThe as_i_presentation_component value.

Methods

MethodReturnsDescription
save(fname, format)NoneSaves the current state to the specified destination.

See Also