INotesSlideManager Interface

Notes slide manager.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface INotesSlideManager

The INotesSlideManager type exposes the following members.

Properties
  NameDescription
Public propertyNotesSlide
Returns the notes slide for the current slide. Returns null if slide doesn't have notes slide. Read-only INotesSlide.
Methods
  NameDescription
Public methodAddNotesSlide
Returns the notes slide for the current slide, creating one if there isn't.
Public methodRemoveNotesSlide
Removes notes slide of the current slide.
See Also