NotesSlideManager

NotesSlideManager class

Notes slide manager.

addNotesSlide

NameDescription
addNotesSlide()Returns the notes slide for the current slide, creating one if there isn’t.

Result: NotesSlide


getNotesSlide

NameDescription
getNotesSlide()Returns the notes slide for the current slide. Returns null if slide doesn’t have notes slide. Read-only INotesSlide.

Result: NotesSlide


getParent_Immediate

NameDescription
getParent_Immediate()

removeNotesSlide

NameDescription
removeNotesSlide()Removes notes slide of the current slide.