addHtml

addHtml(String html) method

Adds formatted HTML text.

Parameters

NameTypeDescription
htmlStringText to add.

Returns

void


addHtml(char[] html) method

Adds formatted HTML text.

Parameters

NameTypeDescription
htmlchar[]Text to add.

Returns

void


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

Adds formatted HTML text.

Parameters

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

Returns

void