Back to Devexpress

CharacterPropertiesBase Members

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-characterpropertiesbase-dot-underscore-members.md

latest6.3 KB
Original Source

CharacterPropertiesBase Members

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

Properties

NameDescription
AllCapsGets or sets a value indicating whether all characters are capital letters.
BackColorGets or sets the background color of character(s).
BoldGets or sets a value indicating whether characters are bold.
FontNameGets or sets the character(s) font name.
FontNameAsciiSpecifies the name of the font for Unicode (U+0000–U+007F) characters.
FontNameComplexScriptSpecifies the font name for the Complex Script characters (right-to-left languages).
FontNameEastAsiaSpecifies the font name for East Asian characters.
FontNameHighAnsiSpecifies the name of the font for High ANSI characters.
FontSizeGets or sets the character(s) font size.
ForeColorGets or sets the foreground color of characters.
HiddenGets or sets a value indicating whether a character(s) is hidden.
HighlightColorGets or sets the text’s highlight color.
ItalicGets or sets a value indicating whether a character(s) is italicized.
KerningThresholdGets or sets the minimum font size for which the kerning is adjusted automatically.
LanguageSpecifies the spell check and hyphenation language.
NoProofSpecifies whether or not the text shall be proof read by the spell checker.
PositionGets or sets the position of characters (in points) relative to the base line.
ScaleGets or sets the font’s scaling percentage.
SmallCapsGets or sets whether all characters are small capital letters.
SnapToGridSpecifies whether to snap East-Asian characters to a grid when the grid is defined.
SpacingGets or sets the spacing (in twips) between characters.
StrikeoutGets or sets a value indicating whether characters are strikeout.
SubscriptGets or sets a value indicating whether character(s) are formatted as subscript.
SuperscriptGets or sets a value indicating whether character(s) are formatted as superscript.
ThemeFontAsciiSpecifies theme font for Unicode (U+0000–U+007F) characters.
ThemeFontComplexScriptSpecifies the theme font for the Complex Script characters (right-to-left languages).
ThemeFontEastAsiaSpecifies the theme font for East Asian characters.
ThemeFontHighAnsiSpecifies the theme font for High ANSI characters.
UnderlineGets or sets the type of underline applied to the character(s).
UnderlineColorGets or sets the color of the underline for the specified characters.

Methods

NameDescription
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

CharacterPropertiesBase Interface

DevExpress.XtraRichEdit.API.Native Namespace