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

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.v18.2.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