ParagraphCollection.RemoveNumberingFromParagraph(Paragraph) Method
Removes the numbering or bullet from 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 to modify. |
Remarks
The RemoveNumberingFromParagraph method removes the numbering or bulleted style from the specified paragraph.
To reset the numbering list style for all paragraphs that intersect a specified range, use the SubDocument.RemoveNumberingFromParagraphs method.
See Also