[]
Adds a text run into current rich text object.
ITextRun Add(string text)
Function Add(text As String) As ITextRun
| Type | Name | Description |
|---|---|---|
| string | text | the string text of the text run to be added. |
| Type | Description |
|---|---|
| ITextRun | the ITextRun object that has been successfully added. |