TextSpan Members
In This Article
#Properties
Name | Description |
---|---|
All |
Gets whether the text span’s characters are capital letters. |
Background |
Gets the background color of the text span’s characters. |
Font |
Gets whether the text span’s characters are bold. |
Font |
Gets whether the text span’s characters are italicized. |
Font |
Gets the font name of the text span’s characters. |
Font |
Gets the font size of the text span’s characters. |
Foreground |
Gets the font color of the text span’s characters. |
Hidden | Gets whether the text span’s content is hidden. |
Highlight |
Gets the highlight color of the text span’s characters. |
Interval |
Gets the text buffer interval that contains the element.
Inherited from Document |
Script | Gets the script format of the text span’s characters. |
Small |
Gets whether the text span’s characters are small capital letters. |
Strikeout | Gets whether the text span’s characters are strikeout. |
Text | Gets textual representation of the span content. |
Underline | Gets whether the text span’s characters are underlined. |
Underline |
Gets the underline color of the text span’s characters. |
Underline |
Gets whether space and tab characters are underlined in addition to other characters. |
#Methods
Name | Description |
---|---|
Change |
Sets the properties of the text span’s characters. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also