Back to Devexpress

IdxRichEditDocument.CharacterStyles Property

vcl-dxrichedit-dot-nativeapi-dot-idxricheditdocument-5ed234ad.md

latest1.0 KB
Original Source

IdxRichEditDocument.CharacterStyles Property

Provides access to the collection of character styles in the opened document.

Declaration

delphi
property CharacterStyles: IdxRichEditCharacterStyleCollection read;

Property Value

Type
IdxRichEditCharacterStyleCollection

Remarks

Use this property to manage character styles in the document. For detailed information on available options, refer to the IdxRichEditCharacterStyleCollection interface description.

The CharacterStyles property calls the GetCharacterStyles function.

See Also

IdxRichEditDocument Interface

IdxRichEditDocument Members

dxRichEdit.NativeApi Unit