HtmlSaveOptions costruttore
__init__(self)
Crea opzioni per salvare il file HTML.
def __init__(self):
...
__init__(self, salva_formato)
Crea opzioni per salvare il file htm.
def __init__(self, save_format):
...
| Parametro | Tipo | Descrizione |
|---|---|---|
| save_format | SaveFormat | Il formato del file. Dovrebbe essere uno dei seguenti tipi: SaveFormat.HTML o SaveFormat.M_HTML,in caso contrario il formato salvato verrà impostato automaticamente come SaveFormat.HTML. |
Guarda anche
- modulo
aspose.cells - classe
HtmlSaveOptions