INotesSlideManager

INotesSlideManager — Aspose.Slides FOSS Java API Reference

INotesSlideManager — Manages the notes slide for a given slide.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
notesSlideINotesSlideRead/Write

Methods

MethodReturnsDescription
getNotesSlide()INotesSlideReturns the notes slide for this slide, or null if none exists.
addNotesSlide()INotesSlideAdds a new notes slide to this slide.
removeNotesSlide()voidRemoves the notes slide from this slide.

See Also