NotesSlideManager class

NotesSlideManager class

Notes slide manager.

The NotesSlideManager type exposes the following members:

Properties

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

Methods

MethodDescription
add_notes_slideReturns the notes slide for the current slide, creating one if there isn’t.
remove_notes_slideRemoves notes slide of the current slide.

Examples

The following example shows how to Add Notes to specific ProwerPoint Presentation slide.

        The following examples shows how to remove Notes from PowerPoint Presentation's specific slide.

See Also