Back to Devexpress

Document.AbstractNumberingLists Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-document-d7fb4da9.md

latest1.4 KB
Original Source

Document.AbstractNumberingLists Property

Provides access to a collection of abstract numbering lists in the document.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
AbstractNumberingListCollection AbstractNumberingLists { get; }
vb
ReadOnly Property AbstractNumberingLists As AbstractNumberingListCollection

Property Value

TypeDescription
AbstractNumberingListCollection

An AbstractNumberingListCollection collection containing abstract definitions for numbering lists.

|

See Also

Document Interface

Document Members

DevExpress.XtraRichEdit.API.Native Namespace