notes_position property

notes_position property

The notes position represents the way notes are printed with the slide. Default is None.

Definition:

@property
def notes_position(self):
    ...
@notes_position.setter
def notes_position(self, value):
    ...

See Also