Skip to main content
A newer version of this page is available. .

CharacterPropertiesBase Members

Serves as the base for the CharacterProperties interface providing access to character properties.

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.
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 language.
NoProof Specifies whether or not the text shall be proof read by the spell checker.
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.
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.

Methods

Name Description
Assign(CharacterPropertiesBase) Copies all settings from the object passed as the parameter to the current object.
Reset() Resets the character formatting to the underlying character style.
Reset(CharacterPropertiesMask) Resets the character formatting properties specified by the mask to the properties of the underlying character style or to default properties.
See Also