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.

Properties

NameTypeAccessDescription
NotesSlideManagerNotesSlideManagerReadProvides access to the notes slide manager instance

Methods

SignatureDescription
NotesSlideManager()NotesSlideManagerConstruct with a parent slide pointer.
init_internal(slide: ISlide, package: Internal::opc::OpcPackage, slide_part: Internal::pptx::SlidePart)Internal initialization with OPC package context.
remove_notes_slide()Removes the notes slide if one exists.

See Also