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.RemoveNumberingFromParagraphs(DocumentRange) Method

OBSOLETE

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

Remove the numbering or bullet from all paragraphs intersecting the specified range.

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.RemoveNumberingFromParagraphs(DocumentRange range)' method instead.")]
void RemoveNumberingFromParagraphs(
    DocumentRange range
)

Parameters

Name Type Description
range DocumentRange

A DocumentRange object.

Remarks

The RemoveNumberingFromParagraphs method removes a numbering or bulleted style from paragraphs specified by the document range.

To remove numbering from an individual paragraph, use the SubDocument.RemoveNumberingFromParagraph method.

See Also