Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CharacterPropertiesBase Properties

Serves as the base for the CharacterProperties interface providing access to character properties.
Name Description
AllCaps Gets or sets a value indicating whether all characters are capital letters.
BackColor Gets or sets the background color of character(s).
Bold Gets or sets a value indicating whether characters are bold.
FontName Gets or sets the character(s) font name.
FontNameAscii Specifies the name of the font for Unicode (U+0000–U+007F) characters.
FontNameComplexScript Specifies the font name for the Complex Script characters (right-to-left languages).
FontNameEastAsia Specifies the font name for East Asian characters.
FontNameHighAnsi Specifies the name of the font for High ANSI characters.
FontSize Gets or sets the character(s) font size.
ForeColor Gets or sets the foreground color of characters.
Hidden Gets or sets a value indicating whether a character(s) is hidden.
HighlightColor Gets or sets the text’s highlight color.
Italic Gets or sets a value indicating whether a character(s) is italicized.
Language Specifies the spell check and hyphenation language.
NoProof Specifies whether or not the text shall be proof read by the spell checker.
SmallCaps Gets or sets whether all characters are small capital letters.
Strikeout Gets or sets a value indicating whether characters are strikeout.
Subscript Gets or sets a value indicating whether character(s) are formatted as subscript.
Superscript Gets or sets a value indicating whether character(s) are formatted as superscript.
ThemeFontAscii Specifies theme font for Unicode (U+0000–U+007F) characters.
ThemeFontComplexScript Specifies the theme font for the Complex Script characters (right-to-left languages).
ThemeFontEastAsia Specifies the theme font for East Asian characters.
ThemeFontHighAnsi Specifies the theme font for High ANSI characters.
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.
See Also