Share via


HeaderFooter Object Members

Publisher Developer Reference

Represents the header or footer of a master page.

Methods

  Name Description
Aa437653.methods(en-us,office.12).gif Delete Deletes the specified object.

Properties

  Name Description
Aa437653.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.
Aa437653.properties(en-us,office.12).gif IsHeader True if the specified HeaderFooter object is a header, False if it is a footer. Read only Boolean.
Aa437653.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.
Aa437653.properties(en-us,office.12).gif TextRange Returns a TextRange object that represents the text that's attached to a shape, as well as properties and methods for manipulating the text.