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

NumberingListCollection.CreateNew(Int32) Method

Creates a new numbering list which is based on the abstract numbering list specified by its index.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

NumberingList CreateNew(
    int abstractNumberingListIndex
)

Parameters

Name Type Description
abstractNumberingListIndex Int32

An integer that is the index of the abstract numbering list in the document.

Returns

Type Description
NumberingList

A NumberingList interface specifying the numbering list.

See Also