HtmlLoadOptions constructor

init

Creates an options of loading the file.

def __init__(self):
    ...

init

Creates an options of loading the file.

def __init__(self, load_format):
    ...
ParameterTypeDescription
load_formatLoadFormatThe loading format.

See Also