[]
Appends the text at the end of this rich text using the last run formatting.
public void Append(string text)
Public Sub Append(text As String)
Type | Name | Description |
---|---|---|
string | text | The plain text to append. |
Appends the text run at the end of this rich text.
public void Append(string text, Font font)
Public Sub Append(text As String, font As Font)
Type | Name | Description |
---|---|---|
string | text | The plain text of the tet run. |
Font | font | The font setting of the text run. |