addHtml

addHtml(String html) function

Adds formatted HTML text.

Parameters

NameTypeDescription
htmlStringText to add.

addHtml(char[] html) function

Adds formatted HTML text.

Parameters

NameTypeDescription
htmlchar[]Text to add.

addHtml(char[] html, int startIndex, int length) function

Adds formatted HTML text.

Parameters

NameTypeDescription
htmlchar[]Text to add.
startIndexintStart index of the portion to add.
lengthintLength of the portion to add.