TextSpan Properties
A span of document content.
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. |
See Also