Page Object Members

Publisher Developer Reference

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

Methods

  Name Description
Aa438681.methods(en-us,office.12).gif Delete Deletes the specified object.
Aa438681.methods(en-us,office.12).gif Duplicate Creates a duplicate of the specified Page object and then returns the new Page object.
Aa438681.methods(en-us,office.12).gif ExportEmailHTML Exports the active page of the publication as an HTML file.
Aa438681.methods(en-us,office.12).gif Move Moves the specified page to the specified index in the Pages collection.
Aa438681.methods(en-us,office.12).gif SaveAsPicture Saves a page to a picture file.

Properties

  Name Description
Aa438681.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.
Aa438681.properties(en-us,office.12).gif Background Sets or returns a PageBackground object representing the background of the specified page.
Aa438681.properties(en-us,office.12).gif Footer Returns a HeaderFooter object representing the footer of the specified Page object. Read only.
Aa438681.properties(en-us,office.12).gif Header Returns a HeaderFooter object representing the header of the specified Page object. Read only.
Aa438681.properties(en-us,office.12).gif Height Returns a Long that represent the height (in points) of a cell, range of cells, or page. Read-only.
Aa438681.properties(en-us,office.12).gif IgnoreMaster True for Microsoft Office Publisher to ignore the master page formatting for the specified page. Read/write Boolean.
Aa438681.properties(en-us,office.12).gif IsLeading True if the specified Page object is a leading page of a two page spread. Read only Boolean.
Aa438681.properties(en-us,office.12).gif IsTrailing True if the specified Page object is a trailing page of a two page spread. Read only Boolean.
Aa438681.properties(en-us,office.12).gif IsTwoPageMaster True if the specified Page object is a two-page master. Read/write Boolean.
Aa438681.properties(en-us,office.12).gif IsWizardPage Returns True if the specified page is a Microsoft Office Publisher wizard page. Read-only Boolean.
Aa438681.properties(en-us,office.12).gif LayoutGuides Returns a LayoutGuides object consisting of the margin and grid layout guides for all pages including master pages in the publication.
Aa438681.properties(en-us,office.12).gif Master Sets or returns a Page object that represents the master page properties for the specified page.
Aa438681.properties(en-us,office.12).gif Name Returns or sets a String value indicating the name of the specified object. Read/write.
Aa438681.properties(en-us,office.12).gif PageID Returns a Long indicating the unique identifier for a page in a publication. Read-only.
Aa438681.properties(en-us,office.12).gif PageIndex Gets the index of the page in the Pages collection of the active document. Read-only.
Aa438681.properties(en-us,office.12).gif PageNumber Returns a String that represents the current page number. Read-only.
Aa438681.properties(en-us,office.12).gif PageType Returns a PbPageType constant that represents the page type. Read-only.
Aa438681.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.
Aa438681.properties(en-us,office.12).gif ReaderSpread Returns a ReaderSpread object that represents the reader spread of the specified page.
Aa438681.properties(en-us,office.12).gif RulerGuides Returns a RulerGuides collection that represents grid lines used to align objects on a page.
Aa438681.properties(en-us,office.12).gif Shapes Returns a Shapes collection that represents all the Shape objects in the specified publication. This collection can contain drawings, shapes, pictures, OLE objects, ActiveX controls, text objects, and callouts.
Aa438681.properties(en-us,office.12).gif Tags Returns a Tags collection representing tags or custom properties applied to a shape, shape range, page, or publication.
Aa438681.properties(en-us,office.12).gif WebPageOptions Returns a WebPageOptions object, which represents the properties of a single Web page within a Web publication. Read-only.
Aa438681.properties(en-us,office.12).gif Width Returns a Long that represent the width (in points) of a cell, range of cells, or page. Read-only.
Aa438681.properties(en-us,office.12).gif Wizard Returns a Wizard object representing the publication design associated with the specified publication or the wizard associated with the specified Design Gallery object.
Aa438681.properties(en-us,office.12).gif XOffsetWithinReaderSpread Returns a Single that represents the distance (in points) from the left edge of the reader spread to the left edge of the page. Read-only.
Aa438681.properties(en-us,office.12).gif YOffsetWithinReaderSpread Returns a Single that represents the distance (in points) from the top edge of the reader spread to the top edge of the page. Read-only.