INotesSlideManager

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

NameTypeAccessDescription
notesSlideINotesSlideReadReturns the notes slide for this slide, or {@code null} if none exists.

Methods

SignatureDescription
getNotesSlide()INotesSlideReturns the notes slide for this slide, or {@code null} if none exists.
addNotesSlide()INotesSlideAdds a new notes slide to this slide.
removeNotesSlide()Removes the notes slide from this slide.

See Also