INotesSlideManager

INotesSlideManager interface

Notes slide manager.

public interface INotesSlideManager

Properties

NameDescription
NotesSlide { get; }Returns the notes slide for the current slide. Returns null if slide doesn’t have notes slide. Read-only INotesSlide.

Methods

NameDescription
AddNotesSlide()Returns the notes slide for the current slide, creating one if there isn’t.
RemoveNotesSlide()Removes notes slide of the current slide.

See Also