Page MembersĀ 

Represents a page in a document. Use the Page object and the related methods and properties for programmatically defining page layout in a document.

The following tables list the members exposed by the Page type.

Public Properties

  Name Description
Application Returns a Application object that represents the Microsoft Word application.
Breaks Returns a Breaks collection that represents the breaks on a page. The Breaks collection includes page, column, and section breaks.
Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Height The Height property returns the height in points (72 points = 1 inch) of the paper size specified in the Page Setup dialog or through the PageSetup object.
Left Returns 0 (zero) indicating the upper left corner of the page.
Parent Returns an object that represents the parent object of the specified object.
Rectangles Returns a Rectangles collection that represents a portion of text or graphics in a page in a document.
Top Returns 0 (zero) indicating the upper left corner of the page.
Width Returns the width in points (72 points = 1 inch) of the paper size specified in the Page Setup dialog or through the PageSetup object.

Top

See Also

Reference

Page Interface
Microsoft.Office.Interop.Word Namespace