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

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