Skip to main content
A newer version of this page is available.
All docs
V19.1
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

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.v19.1.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