INotesSlide — Aspose.Slides FOSS Python API Reference

Overview

INotesSlide represents the i notes slide 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.

Package: aspose.slides_foss


Description

INotesSlide is a class in the Aspose.Slides FOSS library for Python that exposes 0 methods and 4 properties for programmatic use. It extends IBaseSlide and implements ABC, inheriting shared functionality from its parent type.

Core capabilities include: inotesslideheaderfootermanager; itextframe; islide. These operations enable developers to integrate inotesslide functionality directly into Python applications.

Properties

PropertyTypeAccessDescription
header_footer_managerINotesSlideHeaderFooterManagerRead-onlyThe header_footer_manager value.
notes_text_frameITextFrameRead-onlyThe notes_text_frame value.
parent_slideISlideRead-onlyThe parent_slide value.
as_i_base_slideIBaseSlideRead-onlyThe as_i_base_slide value.

See Also