Share via


Rectangles Collection

A collection of Rectangle objects in a page that represent portions of text and graphics. Use the Rectangles collection and related objects and properties for programmatically defining page layout in a document.

Remarks

Use the Rectangles property to return a Rectangles collection. The following example returns the Rectangles collection for the first page in the active document.

Dim objRectangles As Rectangles 
 
Set objRectangles = ActiveDocument.ActiveWindow _ 
 .Panes(1).Pages(1).Rectangles

See Also

Concepts

Rectangles Object Members

Word Object Model Reference