Skip to main content

SubDocument.AddParagraphToList(Paragraph, NumberingList, Int32) Method

Obsolete. This API is obsolete now.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ParagraphCollection.AddParagraphToList(Paragraph paragraph, NumberingList list, int levelIndex)' method instead.")]
void AddParagraphToList(
    Paragraph paragraph,
    NumberingList list,
    int levelIndex
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ParagraphCollection.AddParagraphToList(Paragraph paragraph, NumberingList list, int levelIndex)' method instead.")>
Sub AddParagraphToList(
    paragraph As Paragraph,
    list As NumberingList,
    levelIndex As Integer
)

Parameters

Name Type
paragraph Paragraph
list NumberingList
levelIndex Int32
See Also