ICharacterProperties Members
Contains character properties.Properties
| Name | Description |
|---|---|
| AllCaps | Returns whether all characters are capitalized. |
| BackgroundColor | Returns the background color of characters. |
| FontBold | Returns whether characters are bold. |
| FontItalic | Returns whether characters are italicized. |
| FontName | Returns the font name of characters. |
| FontSize | Returns the font size of characters. |
| ForegroundColor | Returns the font color of characters. |
| Hidden | Returns whether content is hidden. |
| HighlightColor | Returns the highlight color of characters. |
| Script | Returns the script format of characters. |
| SmallCaps | Returns whether characters are small capital letters. |
| Strikeout | Returns whether characters are stricken out. |
| Underline | Returns whether characters are underlined. |
| UnderlineColor | Returns the underline color of characters. |
| UnderlineWordsOnly | Returns whether space and tab characters are underlined in addition to other characters. |
See Also