Line.Rectangles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.