Skip to main content

SubDocument.Paragraphs Property

Provides access to a collection of paragraphs.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

ParagraphCollection Paragraphs { get; }

#Property Value

Type Description
ParagraphCollection

A ParagraphCollection interface defining a list of paragraphs.

See Also