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)

Syntax

'Declaration
<GuidAttribute("ADD4EDF3-2F33-4734-9CE6-D476097C5ADA")> _
Public Interface Rectangle
'Usage
Dim instance As Rectangle
[GuidAttribute("ADD4EDF3-2F33-4734-9CE6-D476097C5ADA")]
public interface Rectangle

Remarks

Use the Item method to return a specific Rectangle object.

Use the RectangleType property to determine the type of rectangle.

See Also

Reference

Rectangle Members

Microsoft.Office.Interop.Word Namespace