officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-624ba640.md
Lists the value masks available for character properties.
Namespace : DevExpress.XtraRichEdit.API.Native
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
[Flags]
public enum CharacterPropertiesMask : long
<Flags>
Public Enum CharacterPropertiesMask As Long
| Name | Description |
|---|---|
None |
No character properties are specified.
|
| FontName |
CharacterPropertiesBase.FontName
|
| FontNameAscii |
CharacterPropertiesBase.FontNameAscii
|
| FontNameHighAnsi |
CharacterPropertiesBase.FontNameHighAnsi
|
| FontNameComplexScript |
CharacterPropertiesBase.FontNameComplexScript
|
| FontNameEastAsia |
CharacterPropertiesBase.FontNameEastAsia
|
| ThemeFontAscii |
CharacterPropertiesBase.ThemeFontAscii
|
| ThemeFontHighAnsi |
CharacterPropertiesBase.ThemeFontHighAnsi
|
| ThemeFontComplexScript |
CharacterPropertiesBase.ThemeFontComplexScript
|
| ThemeFontEastAsia |
CharacterPropertiesBase.ThemeFontEastAsia
|
| FontSize |
CharacterPropertiesBase.FontSize
|
| Bold |
|
| Italic |
CharacterPropertiesBase.Italic
|
| StrikeoutType |
CharacterPropertiesBase.Strikeout
|
| UnderlineType |
CharacterPropertiesBase.Underline
|
| AllCaps |
CharacterPropertiesBase.AllCaps
|
| SmallCaps |
CharacterPropertiesBase.SmallCaps
|
| Spacing |
CharacterPropertiesBase.Spacing
|
| KerningThreshold |
|
| Scale |
|
| Position |
CharacterPropertiesBase.Position
|
| SnapToGrid |
CharacterPropertiesBase.SnapToGrid
|
| ForeColor |
CharacterPropertiesBase.ForeColor
|
| BackColor |
CharacterPropertiesBase.BackColor
|
| UnderlineColor |
CharacterPropertiesBase.UnderlineColor
|
| UseUnderlineWordsOnly |
0x00000800
|
| Script |
CharacterPropertiesBase.Subscript and CharacterPropertiesBase.Subscript
|
| Hidden |
CharacterPropertiesBase.Hidden
|
| Language |
CharacterPropertiesBase.Language
|
| NoProof |
CharacterPropertiesBase.NoProof
|
| HighlightColor |
CharacterPropertiesBase.HighlightColor
|
| All |
Specifies all character properties.
|
A CharacterPropertiesMask enumeration value is used as the CharacterPropertiesBase.Reset method parameter.
See Also