NotesSlideManager
Overview
NotesSlideManager is a class in Aspose.Slides FOSS for Python.
Inherits from: INotesSlideManager.
Notes slide manager.
This class provides 2 methods for working with NotesSlideManager objects in Python programs.
Available methods include: add_notes_slide, remove_notes_slide.
All exported members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: notes_slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
notes_slide | Optional[INotesSlide] | Read | Returns the notes slide for the current slide. |
Methods
| Signature | Description |
|---|---|
add_notes_slide() → INotesSlide | Returns 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. |