ParagraphCollection.RemoveNumberingFromParagraph(Paragraph) Method
Removes the numbering or bullet from the specified paragraph.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v22.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
Declaration
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