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 3 methods for working with NotesSlideManager objects in C++ programs.
Available methods include: NotesSlideManager, init_internal, remove_notes_slide.
All exported members are accessible to any C++ application after installing the Aspose.Slides FOSS for C++ package.
Properties: NotesSlideManager.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
NotesSlideManager | NotesSlideManager | Read | Gets the notes slide manager. |
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. |