html_options propiedad

html_options propiedad

Las opciones generales para guardar html.

Observaciones

Cuando se especifica una instancia HtmlSaveOptions, El LowCodeHtmlSaveOptions.save_format se sobrescribirá (si se había especificado antes).

Definición:

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

Ver también