NotesSlide

Overview

NotesSlide is a class in Aspose.Slides FOSS for C++.

Represents a notes slide associated with a presentation slide.

Properties

NameTypeAccessDescription
ShapeCollectionShapeCollectionReadProvides access to the collection of shapes on the notes slide
INotesSlideHeaderFooterManagerINotesSlideHeaderFooterManagerReadReturns the header/footer manager for the notes slide
TextFrameTextFrameReadProvides the TextFrame that holds the notes text
ISlideISlideReadProvides a reference to the slide associated with these notes
IBaseSlideIBaseSlideReadReturns the base slide interface for the notes slide

Methods

SignatureDescription
ShapeCollection()ShapeCollectionProvides access to the collection of shapes on the notes slide
ShapeCollection()ShapeCollection
INotesSlideHeaderFooterManager()INotesSlideHeaderFooterManagerReturns the header/footer manager for the notes slide
INotesSlideHeaderFooterManager()INotesSlideHeaderFooterManager
TextFrame()TextFrameProvides the TextFrame that holds the notes text
TextFrame()TextFrame
ISlide()ISlideProvides a reference to the slide associated with these notes
ISlide()ISlide
IBaseSlide()IBaseSlideReturns 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.

See Also