Skip to main content
All docs
V19.2
.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.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.

See Also