Name | Description | |
---|---|---|
RichText Constructor | Initializes a new instance of the RichText class. |
The following tables list the members exposed by RichText.
Name | Description | |
---|---|---|
RichText Constructor | Initializes a new instance of the RichText class. |
Name | Description | |
---|---|---|
Length | Gets the length of text. | |
RunCount | Gets the total number of runs in the rich text. | |
Text | Gets the System.String value represents the plain text of this rich text. |
Name | Description | |
---|---|---|
Append | Overloaded. Appends the text at the end of this rich text using the last run formatting. | |
ClearFormat | Overloaded. Clears format of all text runs. | |
Clone | Creates a new RichText object that is a copy of the current RichText instance. | |
Equals | Overloaded. Determines whether the specified System.Object is equal to this instance. | |
Format | Overloaded. Formats the specified text run with the specified font. | |
GetFormat | Gets the font at the specified position. | |
GetHashCode | Returns a hash code for this instance. | |
GetRun | Gets the attributes of the specified run. | |
Overwrite | Overwrites the specified range of this rich text by a new text. | |
Parse | Parse RichText object from xml source, represent by string text. | |
ToString | Returns a System.String that represents this instance. |