IdxRichEditCharacterProperties Interface
Exposes character properties.
Declaration
IdxRichEditCharacterProperties = interface(IdxRichEditCharacterPropertiesBase)
Remarks
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.
Inheritance
IInterface
IdxRichEditCharacterPropertiesBase
IdxRichEditCharacterProperties
See Also