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