show_comments property

show_comments property

Specifies whether the generated document should show comments or not. Default is false.

Definition:

@property
def show_comments(self):
    ...

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

See Also