comment_display_mode property

comment_display_mode property

The comment display mode specifies how comments should be displayed in the output document; the default is ShowInBalloons.

Definition:

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

See Also