HtmlOptions constructor

init

Creates a new HtmlOptions object for saving into single HTML file.

def __init__(self):
    ...

init

Creates a new HtmlOptions object specifiing callback.

def __init__(self, link_embed_controller):
    ...
ParameterTypeDescription
link_embed_controllerILinkEmbedControllerCallback object which controls saving project.

See Also