addHtml
addHtml(String html) method
Adds formatted HTML text.
Parameters
Name | Type | Description |
---|---|---|
html | String | Text to add. |
Returns
void
addHtml(char[] html) method
Adds formatted HTML text.
Parameters
Name | Type | Description |
---|---|---|
html | char[] | Text to add. |
Returns
void
addHtml(char[] html, int startIndex, int length) method
Adds formatted HTML text.
Parameters
Name | Type | Description |
---|---|---|
html | char[] | Text to add. |
startIndex | int | Start index of the portion to add. |
length | int | Length of the portion to add. |
Returns
void