IdxRichEditCharacterProperties Properties
Exposes character properties.| Name | Description |
|---|---|
| AllCaps | Specifies whether a document range is capitalized. Inherited from IdxRichEditCharacterPropertiesBase. |
| BackColor | Specifies the highlight color applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| Bold | Specifies whether the Bold font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| FontName | Specifies a document range‘s font typeface. Inherited from IdxRichEditCharacterPropertiesBase. |
| FontSize | Specifies a document range‘s font size. Inherited from IdxRichEditCharacterPropertiesBase. |
| ForeColor | Specifies a document range‘s font color. Inherited from IdxRichEditCharacterPropertiesBase. |
| Hidden | Specifies whether the Hidden font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| Italic | Specifies whether the Italic font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| Strikeout | Specifies whether strikeout is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| StrikeoutColor | Specifies the color applied to strikeout. Inherited from IdxRichEditCharacterPropertiesBase. |
| Style | Specifies the character style applied to a document range. |
| Subscript | Specifies whether the Subscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| Superscript | Specifies whether the Superscript font attribute is applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| Underline | Specifies the type of underline applied to a document range. Inherited from IdxRichEditCharacterPropertiesBase. |
| UnderlineColor | Specifies the underline color. Inherited from IdxRichEditCharacterPropertiesBase. |
See Also