INotesSlideManager

INotesSlideManager

Overview

INotesSlideManager is a interface in Aspose.Slides FOSS for Java.

Manages the notes slide for a given slide.

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