Skip to main content

SubDocument.BeginUpdateParagraphs(DocumentRange) Method

Starts modifying properties of the paragraphs that fall within a specified document range.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

ParagraphProperties BeginUpdateParagraphs(
    DocumentRange range
)

#Parameters

Name Type Description
range DocumentRange

A DocumentRange specifying the DocumentRange.Start and DocumentRange.End of the text.

#Returns

Type Description
ParagraphProperties

A ParagraphProperties object representing paragraph formatting.

See Also