master_notes_slide property

master_notes_slide property

Returns a master for all notes slides of this presentation if there is one, otherwise returns None. Read-only IMasterNotesSlide.

Definition:

@property
def master_notes_slide(self):
    ...

See Also