IdxRichEditCharacterStyle Interface
Exposes functionality related to character styles in a document.
Declaration
IdxRichEditCharacterStyle = interface(IdxRichEditCharacterPropertiesBase)
Remarks
This interface exposes the following members that allow you to:
Specify the character style’s public name in a document (Name).
Identify if the style is marked as deleted (IsDeleted).
Specify if the character style is treated as primary (Primary).
Set a parent style for the character style within the same document (Parent).
Define the font size and typeface for the character style (FontSize and FontName,).
Capitalize a document range to which the character style is applied (AllCaps,).
Apply or remove specific font attributes (Bold, Hidden, Italic, Underline, Strikeout, Superscript, and Subscript).
Set the highlight and font colors for the character style (BackColor and ForeColor).
Define line colors for the strikecolor and underline font attributes (StrikeoutColor and UnderlineColor).
A Rich Edit component‘s Document.CharacterStyles collection references the IdxRichEditCharacterStyle interface.