Skip to main content

ParagraphCollection Interface

In This Article

An interface that defines a collection of Paragraph objects.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

[ComVisible(true)]
public interface ParagraphCollection :
    ReadOnlyParagraphCollection,
    ISimpleCollection<Paragraph>,
    IEnumerable<Paragraph>,
    ICollection,
    IEnumerable

#Returned By

The SubDocument.Paragraphs property returns an instance of ParagraphCollection.

See Also