Back to Devexpress

ParagraphCollection.RemoveNumberingFromParagraph(Paragraph) Method

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraphcollection-dot-removenumberingfromparagraph-x28-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-paragraph-x29.md

latest2.2 KB
Original Source

ParagraphCollection.RemoveNumberingFromParagraph(Paragraph) Method

Removes the numbering or bullet from the specified paragraph.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
void RemoveNumberingFromParagraph(
    Paragraph paragraph
)
vb
Sub RemoveNumberingFromParagraph(
    paragraph As Paragraph
)

Parameters

NameTypeDescription
paragraphParagraph

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

Paragraphs in Rich Text Documents

Lists in Rich Text Documents

ParagraphCollection Interface

ParagraphCollection Members

DevExpress.XtraRichEdit.API.Native Namespace