Skip to main content

SubDocument.GetParagraphs(DocumentRange) Method

Obsolete. Provides access to paragraphs to which the specified range belongs.

Namespace: DevExpress.XtraRichEdit.API.Native

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

Declaration

[Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ReadOnlyParagraphCollection.Get(DocumentRange range)' method instead.")]
ParagraphCollection GetParagraphs(
    DocumentRange range
)
<Obsolete("This method has become obsolete. Use the 'DevExpress.XtraRichEdit.API.Native.ReadOnlyParagraphCollection.Get(DocumentRange range)' method instead.")>
Function GetParagraphs(
    range As DocumentRange
) As ParagraphCollection

Parameters

Name Type Description
range DocumentRange

A DocumentRange specifying the range for which the encompassing paragraphs are obtained.

Returns

Type Description
ParagraphCollection

A ParagraphCollection object that is the collection of paragraphs.

See Also