Back to Devexpress

CharacterStyleCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-bbafe2ea.md

latest1.7 KB
Original Source

CharacterStyleCollection Interface

Represents a collection of character styles.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface CharacterStyleCollection :
    ISimpleCollection<CharacterStyle>,
    IEnumerable<CharacterStyle>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface CharacterStyleCollection
    Inherits ISimpleCollection(Of CharacterStyle),
             IEnumerable(Of CharacterStyle),
             IEnumerable,
             ICollection

The following members return CharacterStyleCollection objects:

Remarks

Use the Document.CharacterStyles property, to get access to the CharacterStyleCollection object of the current document.

See Also

CharacterStyleCollection Members

CharacterStyle

DevExpress.XtraRichEdit.API.Native Namespace