add_html method

add_html

Adds formatted HTML text.

def add_html(self, html):
    ...
ParameterTypeDescription
htmlstrText to add.

add_html

Adds formatted HTML text.

def add_html(self, html):
    ...
ParameterTypeDescription
htmlList[char]Text to add.

add_html

Adds formatted HTML text.

def add_html(self, html, start_index, length):
    ...
ParameterTypeDescription
htmlList[char]Text to add.
start_indexintStart index of the portion to add.
lengthintLength of the portion to add.

See Also