vcl-dxrichedit-dot-nativeapi-6f2c8558.md
Exposes character properties.
IdxRichEditCharacterProperties = interface(IdxRichEditCharacterPropertiesBase)
The IdxRichEditCharacterProperties interface extends its ancestor with the GetStyle and SetStyle methods, and the Style property that allow you to identify and change the character style applied to a document range.
The IdxRichEditCharacterProperties interface is referenced by:
The GetCharacterProperties function and the CharacterProperties property exposed by the IdxRichEditParagraphStyle, IdxRichEditTableCellStyle, IdxRichEditTableConditionalStyle, IdxRichEditTableStyle, and IdxRichEditListLevel interfaces;
The BeginUpdateCharacters and EndUpdateCharacters methods exposed by the IdxRichEditSubDocument interface and its descendant.
IInterface IdxRichEditCharacterPropertiesBase IdxRichEditCharacterProperties
See Also