Back to Devexpress

ParagraphCollection Interface

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-77490303.md

latest1.5 KB
Original Source

ParagraphCollection Interface

An interface that defines a collection of Paragraph objects.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
[ComVisible(true)]
public interface ParagraphCollection :
    ReadOnlyParagraphCollection,
    ISimpleCollection<Paragraph>,
    IEnumerable<Paragraph>,
    IEnumerable,
    ICollection
vb
<ComVisible(True)>
Public Interface ParagraphCollection
    Inherits ReadOnlyParagraphCollection,
             ISimpleCollection(Of Paragraph),
             IEnumerable(Of Paragraph),
             IEnumerable,
             ICollection

The following members return ParagraphCollection objects:

See Also

ParagraphCollection Members

DevExpress.XtraRichEdit.API.Native Namespace