LayoutFrame Properties
Represents a frame object in the document.| Name | Description |
|---|---|
| Bounds | Gets coordinates of a rectangle which encompasses the layout element. Inherited from LayoutElementBase. |
| ParagraphFrames | Provides access to the collection of ParagraphFrameBox objects. |
| Parent | Returns the element which is one step higher in the layout hierarchy. Inherited from LayoutElementBase. |
| Range | Returns the range to which the current layout element relates. Inherited from RangedLayoutElementBase. |
| Rows | Provides access to the collection of LayoutRow objects. |
| Tables | Provides access to the collection of LayoutTable objects. |
| Type | Gets the type of the LayoutFrame object. |
See Also