[]
Inserts a new rich text run before current rich text run.
ITextRun InsertBefore(string text)
Function InsertBefore(text As String) As ITextRun
Type | Name | Description |
---|---|---|
string | text | the text of new inserted run. |
Type | Description |
---|---|
ITextRun |