HtmlOptions constructor

init(self)

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

def __init__(self):
    ...

init(self, link_embed_controller)

Creates a new HtmlOptions object specifiing callback.

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

See Also