Back to Devexpress

ParagraphFrameBoxCollection Class

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-95f832ba.md

latest2.8 KB
Original Source

ParagraphFrameBoxCollection Class

A collection of ParagraphFrameBox objects.

Namespace : DevExpress.XtraRichEdit.API.Layout

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public class ParagraphFrameBoxCollection :
    LayoutElementCollection<ParagraphFrameBox>
vb
Public Class ParagraphFrameBoxCollection
    Inherits LayoutElementCollection(Of ParagraphFrameBox)

The following members return ParagraphFrameBoxCollection objects:

Remarks

To get access to the collection, use the LayoutFrame.ParagraphFrames property.

Implements

DevExpress.Office.ISimpleCollection<ParagraphFrameBox>

IEnumerable<ParagraphFrameBox>

ICollection

IEnumerable

Inheritance

Object LayoutElementCollection<ParagraphFrameBox> ParagraphFrameBoxCollection

See Also

ParagraphFrameBoxCollection Members

DevExpress.XtraRichEdit.API.Layout Namespace