is_export_comments property

is_export_comments property

Indicates if exporting comments when saving file to html, the default value is false.

Definition:

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

See Also