INotesSlideManager

public interface INotesSlideManager

Notes slide manager.

Methods

MethodDescription
getNotesSlide()Returns the notes slide for the current slide.
addNotesSlide()Returns the notes slide for the current slide, creating one if there isn’t.
removeNotesSlide()Removes notes slide of the current slide.

getNotesSlide()

public abstract INotesSlide getNotesSlide()

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

Returns: INotesSlide

addNotesSlide()

public abstract INotesSlide addNotesSlide()

Returns the notes slide for the current slide, creating one if there isn’t.

Returns: INotesSlide - INotesSlide for this slide.

removeNotesSlide()

public abstract void removeNotesSlide()

Removes notes slide of the current slide.