Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SubDocument.AddParagraphsToList(DocumentRange, NumberingList, Int32) Method

OBSOLETE

This method has become obsolete. Use the 'AddParagraphsToList' method instead.

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

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ParagraphCollection.AddParagraphsToList(DocumentRange range, NumberingList list, int levelIndex)' method instead.")]
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.

See Also