IdxRichEditCharacterStyleCollection Interface
Exposes a character style collection in a document.
Declaration
IdxRichEditCharacterStyleCollection = interface(IdxRichEditStyleCollection<IdxRichEditCharacterStyle>)
Remarks
This interface instantiates its ancestor with the IdxRichEditCharacterStyle type. The IdxRichEditCharacterStyleCollection interface provides access to members that allow you to:
Main API Members
The list below outlines key members of the IdxRichEditCharacterStyleCollection
interface. These members allow you to manage character styles in a document.
- Add
- Adds a specified character style to the collection.
- Count | GetCount
- Return the number of styles in the collection.
- CreateNew
- Creates a new character style and adds it to the collection.
- Delete
- Deletes an individual character style.
- GetItem
- Provides access to individual character styles (by names).
Direct IdxRichEditCharacterStyleCollection Interface Reference
The IdxRichEditDocument.CharacterStyles property references the TdxRichEditCharacterStyleCollection
interface.
Inheritance
IInterface
IdxReadOnlyList<T>
IdxRichEditStyleCollection<T>
IdxRichEditCharacterStyleCollection
See Also