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

NameTypeAccessDescription
ShapeCollectionShapeCollectionReadGets the shape collection.
INotesSlideHeaderFooterManagerINotesSlideHeaderFooterManagerReadGets the i notes slide header footer manager.
TextFrameTextFrameReadGets the text frame.
ISlideISlideReadGets the i slide.
IBaseSlideIBaseSlideReadGets the i base 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
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()ShapeCollectionReturns the collection of shapes on this notes slide.
shapes()ShapeCollectionReturns the collection of shapes on this notes slide.
header_footer_manager()INotesSlideHeaderFooterManagerReturns the HeaderFooter manager of the notes slide. Read-only.
header_footer_manager()INotesSlideHeaderFooterManagerReturns the HeaderFooter manager of the notes slide. Read-only.
notes_text_frame()TextFrameReturns the TextFrame with notes text. Read-only.
notes_text_frame()TextFrameReturns the TextFrame with notes text. Read-only.
parent_slide()ISlideReturns the parent slide. Read-only.
parent_slide()ISlideReturns the parent slide. Read-only.
as_i_base_slide()IBaseSlideReturns this as IBaseSlide. Read-only.
as_i_base_slide()IBaseSlideReturns this as IBaseSlide. Read-only.
part_name()std::stringReturns the OPC part name of this notes slide.
package()Internal::opc::OpcPackageReturns the OPC package, or nullptr if not initialized.
internal_notes_part()Internal::pptx::NotesSlidePartReturns the internal notes slide part, or nullptr if not initialized.

See Also