Rectangles Interface

Definition

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.

public interface class Rectangles : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("7D0F7985-68D9-4D93-91CB-8109280E76CC")]
public interface Rectangles : System.Collections.IEnumerable
type Rectangles = interface
    interface IEnumerable
Public Interface Rectangles
Implements IEnumerable
Attributes
Implements

Remarks

Use the Rectangles property to return a Rectangles collection.

Properties

Application

Returns a Application object that represents the Microsoft Word application.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Int32]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()

Applies to