Pages Object Members

Publisher Developer Reference

Represents all the pages in a publication. The Pages collection contains all the Page objects in a publication.

Methods

  Name Description
Aa438689.methods(en-us,office.12).gif Add Adds a new Page object to the specified Pages object and returns the new Page object.
Aa438689.methods(en-us,office.12).gif AddWizardPage Adds the specified new wizard page to a specified location in a publication.
Aa438689.methods(en-us,office.12).gif FindByPageID Returns a Page object that represents the page with the specified page ID number. Each page is automatically assigned a unique ID number when it's created. Use the PageID property to return a page's ID number.

Properties

  Name Description
Aa438689.properties(en-us,office.12).gif Application Used without an object qualifier, this property returns an Application object that represents the current instance of Publisher. Used with an object qualifier, this property returns an Application object that represents the creator of the specified object. When used with an OLE Automation object, it returns the object's application.
Aa438689.properties(en-us,office.12).gif Count Returns a Long that represents the number of items in the specified collection.
Aa438689.properties(en-us,office.12).gif Item Returns the specified Page object from a Pages or MasterPages collection. Read-only.
Aa438689.properties(en-us,office.12).gif Parent Returns an object that represents the parent object of the specified object. For example, for a TextFrame object, returns a Shape object representing the parent shape of the text frame. Read-only.