INotesSlideManager
Overview
INotesSlideManager is a interface in Aspose.Slides FOSS for Java.
Manages the notes slide for a given slide.
This interface provides 3 methods for working with INotesSlideManager objects in Java programs.
Available methods include: addNotesSlide, getNotesSlide, removeNotesSlide.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: notesSlide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
notesSlide | INotesSlide | Read | Returns the notes slide for this slide, or {@code null} if none exists. |
Methods
| Signature | Description |
|---|---|
getNotesSlide() → INotesSlide | Returns the notes slide for this slide, or {@code null} if none exists. |
addNotesSlide() → INotesSlide | Adds a new notes slide to this slide. |
removeNotesSlide() | Removes the notes slide from this slide. |