Back to Devexpress

CharacterProperties Members

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

latest10.0 KB
Original Source

CharacterProperties Members

Provides access to character properties.

Properties

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

Methods

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

See Also

CharacterProperties Interface

DevExpress.XtraRichEdit.API.Native Namespace