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
| Name | Type | Access | Description |
|---|---|---|---|
NotesSlideManager | NotesSlideManager | Read | Provides access to the notes slide manager instance |
Methods
| Signature | Description |
|---|---|
NotesSlideManager() → 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. |
remove_notes_slide() | Removes the notes slide if one exists. |