NotesSlide

Overview

NotesSlide is a class in Aspose.Slides FOSS for Python. Inherits from: BaseSlide, INotesSlide.

Represents a notes slide in a presentation.

Properties

NameTypeAccessDescription
header_footer_managerINotesSlideHeaderFooterManagerReadReturns HeaderFooter manager of the notes slide.
notes_text_frameOptional[ITextFrame]ReadReturns a TextFrame with notes’ text if there is one.
parent_slideISlideReadReturns the parent slide.
as_i_base_slideIBaseSlideReadProvides the notes slide as an IBaseSlide interface

See Also