INotesSlideManager
Overview
INotesSlideManager is a interface in Aspose.Slides FOSS for .NET.
Manages notes slide operations for a slide.
This interface provides 2 methods for working with INotesSlideManager objects in .NET programs.
Available methods include: AddNotesSlide, RemoveNotesSlide.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: NotesSlide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
NotesSlide | INotesSlide? | Read | Returns the notes slide for the associated slide, or null if none exists. |
Methods
| Signature | Description |
|---|---|
AddNotesSlide() | Creates and adds a new notes slide for the associated slide. |
RemoveNotesSlide() | Removes the notes slide from the associated slide. |