NotesSlideManager

NotesSlideManager

Overview

NotesSlideManager is a class in Aspose.Slides FOSS for Python. Inherits from: INotesSlideManager.

Notes slide manager.

Properties

NameTypeAccessDescription
notes_slideOptional[INotesSlide]ReadReturns the notes slide for the current slide.

Methods

SignatureDescription
add_notes_slide()INotesSlideReturns the notes slide for the current slide, creating one if it doesn’t exist.
remove_notes_slide()Removes the notes slide of the current slide.

See Also