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.AddParagraphToList(Paragraph, Int32, Int32) Method

OBSOLETE

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

Apply the numbering list format specified by the NumberingList object to the specified paragraph.

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.AddParagraphToList(Paragraph paragraph, int numberingListIndex, int levelIndex)' method instead.")]
void AddParagraphToList(
    Paragraph paragraph,
    int numberingListIndex,
    int levelIndex
)

Parameters

Name Type Description
paragraph Paragraph

A Paragraph object that is the paragraph added to the list.

numberingListIndex Int32

An integer specifying the numbering list definition in the document whose attributes should be applied to the paragraph.

levelIndex Int32

An integer that is the list level applied to the paragraph.

See Also