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
Public property Application Returns a Application object that represents the Microsoft Word application.
Public property Breaks Returns a Breaks collection that represents the breaks on a page. The Breaks collection includes page, column, and section breaks.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property EnhMetaFileBits Returns a Object that represents a picture representation of how a page of text appears. Read-only.
Public property 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.
Public property Left Returns 0 (zero) indicating the upper left corner of the page.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Rectangles Returns a Rectangles collection that represents a portion of text or graphics in a page in a document.
Public property Top Returns 0 (zero) indicating the upper left corner of the page.
Public property 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