NotesSlide
Overview
NotesSlide is a class in Aspose.Slides FOSS for C++.
Represents a notes slide associated with a presentation slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ShapeCollection | ShapeCollection | Read | Provides access to the collection of shapes on the notes slide |
INotesSlideHeaderFooterManager | INotesSlideHeaderFooterManager | Read | Returns the header/footer manager for the notes slide |
TextFrame | TextFrame | Read | Provides the TextFrame that holds the notes text |
ISlide | ISlide | Read | Provides a reference to the slide associated with these notes |
IBaseSlide | IBaseSlide | Read | Returns the base slide interface for the notes slide |
Methods
| Signature | Description |
|---|---|
ShapeCollection() → ShapeCollection | Provides access to the collection of shapes on the notes slide |
ShapeCollection() → ShapeCollection | |
INotesSlideHeaderFooterManager() → INotesSlideHeaderFooterManager | Returns the header/footer manager for the notes slide |
INotesSlideHeaderFooterManager() → INotesSlideHeaderFooterManager | |
TextFrame() → TextFrame | Provides the TextFrame that holds the notes text |
TextFrame() → TextFrame | |
ISlide() → ISlide | Provides a reference to the slide associated with these notes |
ISlide() → ISlide | |
IBaseSlide() → IBaseSlide | Returns the base slide interface for the notes slide |
IBaseSlide() → IBaseSlide | |
init_internal(presentation: IPresentation, package: Internal::opc::OpcPackage, part_name: std::string, notes_part: Internal::pptx::NotesSlidePart, parent_slide: ISlide) | Internal initialization for a notes slide loaded from a package. |