Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ParagraphCollection.AddParagraphsToList(DocumentRange, NumberingList, Int32) Method

Apply the numbering list format specified by the NumberingList object to the paragraphs in the specified range.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

Declaration

void AddParagraphsToList(
    DocumentRange range,
    NumberingList list,
    int levelIndex
)

Parameters

Name Type Description
range DocumentRange

A DocumentRange specifying the range for which the encompassing paragraphs are obtained.

list NumberingList

A NumberingList object that holds list format attributes.

levelIndex Int32

An integer that is the list level applied to the paragraphs specified by the document range.

Remarks

;

See Also