notes_comments_layouting property

notes_comments_layouting property

Provides options that control how notes and comments is placed in exported document. Read/write INotesCommentsLayoutingOptions.

Definition:

@property
def notes_comments_layouting(self):
    ...

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

See Also