Skip to main content

ParagraphCollection.RemoveNumberingFromParagraph(Paragraph) Method

Removes the numbering or bullet from the specified paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

void RemoveNumberingFromParagraph(
    Paragraph paragraph
)

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