Page Members
Include Protected Members
Include Inherited 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 Page type exposes the following members.
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. |
![]() |
EnhMetaFileBits | Returns a Object that represents a picture representation of how a page of text appears. Read-only. |
![]() |
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