FontFormattingSettings Members
Contains settings to define the font formatting.Properties
| Name | Description |
|---|---|
| allCaps | Gets or sets a value indicating whether all characters are capital letters. |
| backColor | Gets or sets the character background color. |
| bold | Gets or sets whether the character formatting is bold. |
| fontName | Gets or sets the character(s) font name. |
| foreColor | Gets or sets the foreground color of characters. |
| hidden | Gets or sets a value indicating whether a character(s) is hidden. |
| italic | Gets or sets a value indicating whether a character(s) is italicized. |
| script | Gets or sets a value specifying character script formatting. |
| size | Gets or sets the character(s) font size (in points). |
| smallCaps | Specifies whether all characters are small capital letters. |
| strikeout | Gets or sets a value specifying whether the strikeout formatting is applied to a character(s). |
| underline | Gets or sets the type of underline applied to the character(s). |
| underlineColor | Gets or sets the color of the underline for the specified characters. |
| underlineWordsOnly | Gets or sets whether only word characters are underlined. |
See Also