html_options proprietà

html_options proprietà

Le opzioni generali per salvare l’html.

Osservazioni

Quando viene specificata un’istanza HtmlSaveOptions, LowCodeHtmlSaveOptions.save_format verrà sovrascritto (se era stato specificato in precedenza).

Definizione:

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

Guarda anche