TextSpan Properties
A span of document content.Name | Description |
---|---|
AllCaps | Gets whether the text span’s characters are capital letters. |
BackgroundColor | Gets the background color of the text span’s characters. |
FontBold | Gets whether the text span’s characters are bold. |
FontItalic | Gets whether the text span’s characters are italicized. |
FontName | Gets the font name of the text span’s characters. |
FontSize | Gets the font size of the text span’s characters. |
ForegroundColor | Gets the font color of the text span’s characters. |
Hidden | Gets whether the text span’s content is hidden. |
HighlightColor | Gets the highlight color of the text span’s characters. |
Interval | Gets the text buffer interval that contains the element. Inherited from DocumentElementBase. |
Script | Gets the script format of the text span’s characters. |
SmallCaps | 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. |
UnderlineColor | Gets the underline color of the text span’s characters. |
UnderlineWordsOnly | Gets whether space and tab characters are underlined in addition to other characters. |
See Also