Skip to main content

AbstractNumberingListCollection Interface

A collection of abstract numbering definitions.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface AbstractNumberingListCollection :
    ISimpleCollection<AbstractNumberingList>,
    IEnumerable<AbstractNumberingList>,
    ICollection,
    IEnumerable

#Returned By

The Document.AbstractNumberingLists property returns an instance of AbstractNumberingListCollection.

#Remarks

The collection contains AbstractNumberingList objects and is available via the Document.AbstractNumberingLists property.

See Also