html_options property

html_options property

The general options for saving html.

Remarks

When one HtmlSaveOptions instance is specified, the LowCodeHtmlSaveOptions.save_format will be overwritten(if it had been specified before).

Definition:

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

See Also