NotesSlideManager
Overview
NotesSlideManager is a class in Aspose.Slides FOSS for Java.
Inherits from: INotesSlideManager.
Manages the notes slide for a given slide.
This class provides 6 methods for working with NotesSlideManager objects in Java programs.
Available methods include: addNotesSlide, getNotesPartName, getNotesSlide, initInternal, loadNotesSlide, removeNotesSlide.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: notesPartName, notesSlide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
notesPartName | Optional<String> | Read | Resolves the notes slide part name from the slide’s OPC relationships. |
notesSlide | INotesSlide | Read | Gets the notes slide. |
Methods
| Signature | Description |
|---|---|
initInternal(slide: ISlide, opcPackage: org.aspose.slides.foss.internal.opc.OpcPackage, slidePartName: String) | Internal initialization using OPC relationship resolution. |
getNotesPartName() → Optional<String> | Resolves the notes slide part name from the slide’s OPC relationships. |
loadNotesSlide(partName: String) → INotesSlide | Loads and caches a {@link NotesSlide} from the given part name. |
getNotesSlide() → INotesSlide | Returns the notes slide. |
addNotesSlide() → INotesSlide | Creates a new notes slide and returns it |
removeNotesSlide() | Deletes the associated notes slide from the presentation |