Back to Devexpress

ParagraphCollection.RemoveNumberingFromParagraphs(DocumentRange) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphcollection-dot-removenumberingfromparagraphs-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-documentrange-x29.md

latest2.3 KB
Original Source

ParagraphCollection.RemoveNumberingFromParagraphs(DocumentRange) Method

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void RemoveNumberingFromParagraphs(
    DocumentRange range
)
vb
Sub RemoveNumberingFromParagraphs(
    range As DocumentRange
)

Parameters

NameTypeDescription
rangeDocumentRange

A DocumentRange object that is the range in the document.

|

Remarks

The RemoveNumberingFromParagraphs method removes a numbering or bulleted style from all paragraphs in the document range.

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

See Also

Positions and Ranges

Lists in Rich Text Documents

ParagraphCollection Interface

ParagraphCollection Members

DevExpress.XtraRichEdit.API.Native Namespace