Rectangle Interface 

Represents a portion of text or a graphic in a page. Use the Rectangle object and related methods and properties for programmatically defining page layout in a document.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ectangleImplementation
    Implements Rectangle
End Class
Dim ectangleImplementation1 As New ectangleImplementation()

Syntax

Public Interface Rectangle
public interface Rectangle
public interface class Rectangle
public interface Rectangle
public interface Rectangle

Remarks

Use the Item method to return a specific Rectangle object.

Use the RectangleType property to determine the type of rectangle.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Rectangle Members