notes_position property

notes_position property

Gets or sets the position of the notes on the page.

Remarks

Default is NotesPositions.None .

Definition:

@property
def notes_position(self):
    ...

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

See Also