Pages Interface
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.
A collection of pages in a document.
public interface class Pages : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("91807402-6C6F-47CD-B8FA-C42FEE8EE924")]
public interface Pages : System.Collections.IEnumerable
type Pages = interface
interface IEnumerable
Public Interface Pages
Implements IEnumerable
- Attributes
- Implements
Remarks
Use the Pages collection and the related objects and properties for programmatically defining page layout in a document.
Use the Pages property to return a Pages collection.
Use the Item[Int32] method to access an individual Page object that represents an individual page in a document.
Properties
Application |
Returns a Application object that represents the Microsoft Word application. |
Count |
Returns the number of items in the specified collection. |
Creator |
Returns a 32-bit integer that indicates the application in which the specified object was created. |
Item[Int32] |
Returns an individual object in a collection. |
Parent |
Returns an object that represents the parent object of the specified object. |
Methods
GetEnumerator() |