Headersfooters Element (Microsoft PowerPoint)

Defines the header and footer data for presentations.

Attribute Description
footerstr Defines the footer string.
formatid Defines the format ID of the headers and footers.
headerstr Defines the header string.
nodate Determines whether a date is used.
nofooter Determines whether a footer string is used.
noheader Determines whether a header string is used.
notes Determines whether the header and footer data applies to printed slide notes.
nouserdate Determines whether a user-supplied date is used.
slidenumber Determines whether the slide number is displayed.
todaydate Determines whether the current date is used.
userdatastr Defines a string for the date supplied by the user.

Contained In

Presentation

Remarks

The Headersfooters element is specified once for slides and once for printed slide notes.

Example

The following example specifies that slide numbers and the current date are displayed on a slide and sets the footer string to "myfooter". It also specifies that no header or user-supplied date is displayed.


<p:headersfooters slidenumber="t" footerstr="myfooter" nouserdate="t" noheader="t" todaydate="t" /> 

This example specifies that slide numbers are displayed in the slide notes. The header is set to "myheader" and the footer is set to "myfooter".

<p:headersfooters notes="t" slidenumber="t" headerstr="myheader" footerstr="myfooter" />