ParagraphCollection.AddParagraphToList(Paragraph, Int32, Int32) Method
Apply the numbering list format specified by the NumberingList object to the specified paragraph.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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. |
Remarks
;
See Also