Skip to main content
A newer version of this page is available. .

AbstractNumberingListCollection Interface

A collection of abstract numbering definitions.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

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

The following members return AbstractNumberingListCollection objects:

Remarks

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

See Also