[]
Represents a range of characters in a IRichText object.
public interface ITextRun
| Name | Description |
|---|---|
| Font | Gets the font settings of current rich text run. |
| Text | Gets or sets the text of current rich text run. |
| Name | Description |
|---|---|
| Delete() | Deletes this rich text run from its parent IRichText object. |
| InsertAfter(string) | Inserts a new rich text run after current rich text run. |
| InsertBefore(string) | Inserts a new rich text run before current rich text run. |