html_version property

html_version property

Specifies version of HTML standard that should be used when saving the HTML format. Default value is HtmlVersion.Default.

Definition:

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

See Also