Skip to main content

AbstractNumberingList Interface

Abstract numbering definition that defines the appearance and behavior of a specific set of numbered paragraphs in a document.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface AbstractNumberingList :
    NumberingListBase

#Returned By

Properties and methods that return AbstractNumberingList instances:

#Remarks

This construct is abstract and therefore it is not directly referenced by document content, but instead, inherited by a NumberingList instance, which itself is referenced by the document content.

See Also