NotesSlideManager

NotesSlideManager

Overview

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

Manages the notes slide associated with a presentation slide. Lazily loads the notes slide from OPC relationships when first accessed.

This class provides 6 methods for working with NotesSlideManager objects in C++ programs. Available methods include: NotesSlideManager, add_notes_slide, init_internal, notes_slide, remove_notes_slide. All public members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package. Properties: NotesSlideManager.

Properties

NameTypeAccessDescription
NotesSlideManagerNotesSlideManagerReadGets the notes slide manager.

Methods

SignatureDescription
NotesSlideManager()NotesSlideManagerConstruct with a parent slide pointer.
NotesSlideManager()Construct with a parent slide pointer.
init_internal(slide: ISlide, package: Internal::opc::OpcPackage, slide_part: Internal::pptx::SlidePart)Internal initialization with OPC package context.
notes_slide()INotesSlideReturns the notes slide, or nullptr if none exists. Read-only.
add_notes_slide()INotesSlideCreates and returns a new notes slide. If one already exists, returns it.
remove_notes_slide()Removes the notes slide if one exists.

See Also