Skip to main content
A newer version of this page is available.
All docs
V18.2

SubDocument.RemoveNumberingFromParagraph(Paragraph) Method

OBSOLETE

This method has become obsolete. Use the 'RemoveNumberingFromParagraph' method instead.

Removes the numbering or bullet from the specified paragraph.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ParagraphCollection.RemoveNumberingFromParagraph(Paragraph paragraph)' method instead.")]
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