HtmlSaveOptions constructor
HtmlSaveOptions()
Crea opciones para guardar el archivo html.
def __init__(self):
...
HtmlSaveOptions(format)
Crea opciones para guardar el archivo htm.
def __init__(self, format):
...
Parámetro | Tipo | Descripción |
---|---|---|
format | SaveFormat | El formato de archivo de guardado. |
Ver también
- módulo aspose.cells
- clase HtmlSaveOptions