SubDocument.AddParagraphsToList(DocumentRange, NumberingList, Int32) Method
Obsolete. 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.v14.2.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
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ParagraphCollection.AddParagraphsToList(DocumentRange range, NumberingList list, int levelIndex)' method instead.")>
Sub AddParagraphsToList(
range As DocumentRange,
list As NumberingList,
levelIndex As Integer
)
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