html_options propriété

html_options propriété

Les options générales pour enregistrer du HTML.

Remarques

Lorsqu’une instance HtmlSaveOptions est spécifiée, le LowCodeHtmlSaveOptions.save_format sera écrasé (s’il avait été spécifié auparavant).

Définition:

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

Voir également