Line.Rectangles Property

Definition

Returns a Rectangles collection that represents a portion of text or graphics in a page in a document.

public:
 property Microsoft::Office::Interop::Word::Rectangles ^ Rectangles { Microsoft::Office::Interop::Word::Rectangles ^ get(); };
public Microsoft.Office.Interop.Word.Rectangles Rectangles { get; }
member this.Rectangles : Microsoft.Office.Interop.Word.Rectangles
Public ReadOnly Property Rectangles As Rectangles

Property Value

Remarks

Use the Rectangles collection and related objects and properties for programmatically defining page layout in a document. Rectangles correspond to portions of text or graphics on a page in a document.

Applies to