HtmlSaveOptions constructor

init

Creates options for saving html file.

def __init__(self):
    ...

init

Creates options for saving htm file.

def __init__(self, save_format):
    ...
ParameterTypeDescription
save_formatSaveFormatThe 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