NotesSlideManager — Aspose.Slides FOSS Java API Reference
NotesSlideManager — Manages the notes slide for a given slide. Inherits from: INotesSlideManager.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
notesPartName | Optional<String> | Read/Write | |
notesSlide | INotesSlide | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(ISlide slide, org.aspose.slides.foss.internal.opc.OpcPackage opcPackage, String slidePartName) | void | Internal initialization using OPC relationship resolution. |
getNotesPartName() | Optional<String> | Resolves the notes slide part name from the slide’s OPC relationships. |
loadNotesSlide(String partName) | INotesSlide | Loads and caches a NotesSlide from the given part name. |
getNotesSlide() | INotesSlide | |
addNotesSlide() | INotesSlide | |
removeNotesSlide() | void |