HtmlSaveOptions constructor
init
Creates options for saving html file.
def __init__(self):
...
init
Creates options for saving htm file.
def __init__(self, save_format):
...
Parameter | Type | Description |
---|---|---|
save_format | SaveFormat | The file format. It should be one of following types: SaveFormat.HTML , SaveFormat.M_HTML ,or SaveFormat.X_HTML ,otherwise the saved format will be set as SaveFormat.HTML automatically. |
See Also
- module
aspose.cells
- class
HtmlSaveOptions