NotesSlide
Overview
NotesSlide is a class in Aspose.Slides FOSS for C++.
Represents a notes slide associated with a presentation slide.
This class provides 26 methods for working with NotesSlide objects in C++ programs.
Available methods include: IBaseSlide, INotesSlideHeaderFooterManager, ISlide, NotesSlide, ShapeCollection, TextFrame, as_i_base_slide, header_footer_manager, init_internal, internal_notes_part, notes_text_frame, package, and 3 additional methods.
All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: IBaseSlide, INotesSlideHeaderFooterManager, ISlide, ShapeCollection, TextFrame.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
ShapeCollection | ShapeCollection | Read | Gets the shape collection. |
INotesSlideHeaderFooterManager | INotesSlideHeaderFooterManager | Read | Gets the i notes slide header footer manager. |
TextFrame | TextFrame | Read | Gets the text frame. |
ISlide | ISlide | Read | Gets the i slide. |
IBaseSlide | IBaseSlide | Read | Gets the i base 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 | |
NotesSlide() | Constructs a notes slide with a reference to its parent slide. |
NotesSlide(parent_slide: ISlide) | Constructs a notes slide with a reference to its parent slide. |
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. |
shapes() → ShapeCollection | Returns the collection of shapes on this notes slide. |
shapes() → ShapeCollection | Returns the collection of shapes on this notes slide. |
header_footer_manager() → INotesSlideHeaderFooterManager | Returns the HeaderFooter manager of the notes slide. Read-only. |
header_footer_manager() → INotesSlideHeaderFooterManager | Returns the HeaderFooter manager of the notes slide. Read-only. |
notes_text_frame() → TextFrame | Returns the TextFrame with notes text. Read-only. |
notes_text_frame() → TextFrame | Returns the TextFrame with notes text. Read-only. |
parent_slide() → ISlide | Returns the parent slide. Read-only. |
parent_slide() → ISlide | Returns the parent slide. Read-only. |
as_i_base_slide() → IBaseSlide | Returns this as IBaseSlide. Read-only. |
as_i_base_slide() → IBaseSlide | Returns this as IBaseSlide. Read-only. |
part_name() → std::string | Returns the OPC part name of this notes slide. |
package() → Internal::opc::OpcPackage | Returns the OPC package, or nullptr if not initialized. |
internal_notes_part() → Internal::pptx::NotesSlidePart | Returns the internal notes slide part, or nullptr if not initialized. |