html_formatter property

html_formatter property

Returns or sets HTML template. Read/write IHtmlFormatter.

Definition:

@property
def html_formatter(self):
    ...

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

See Also