NotesSlide
Overview
NotesSlide is a class in Aspose.Slides FOSS for Python.
Inherits from: BaseSlide, INotesSlide.
Represents a notes slide in a presentation.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
header_footer_manager | INotesSlideHeaderFooterManager | Read | Returns HeaderFooter manager of the notes slide. |
notes_text_frame | Optional[ITextFrame] | Read | Returns a TextFrame with notes’ text if there is one. |
parent_slide | ISlide | Read | Returns the parent slide. |
as_i_base_slide | IBaseSlide | Read | Provides the notes slide as an IBaseSlide interface |