Skip to main content

IdxRichEditDocument.CharacterStyles Property

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

Declaration

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