add_notes_slide method

add_notes_slide

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

Returns

NotesSlideManager.notes_slide for this slide.

def add_notes_slide(self):
    ...

See Also