officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-layout-95f832ba.md
A collection of ParagraphFrameBox objects.
Namespace : DevExpress.XtraRichEdit.API.Layout
Assembly : DevExpress.RichEdit.v25.2.Core.dll
NuGet Package : DevExpress.RichEdit.Core
public class ParagraphFrameBoxCollection :
LayoutElementCollection<ParagraphFrameBox>
Public Class ParagraphFrameBoxCollection
Inherits LayoutElementCollection(Of ParagraphFrameBox)
The following members return ParagraphFrameBoxCollection objects:
To get access to the collection, use the LayoutFrame.ParagraphFrames property.
DevExpress.Office.ISimpleCollection<ParagraphFrameBox>
IEnumerable<ParagraphFrameBox>
Object LayoutElementCollection<ParagraphFrameBox> ParagraphFrameBoxCollection
See Also