<hf> (Header/Footer information for a slide master)

This element specifies the header and footer information for a slide. Headers and footers consist of placeholders for text that should be consistent across all slides and slide types, such as a date and time, slide numbering, and custom header and footer text.

Parent Elements

<handoutMaster>4.4.1.21); <notesMaster>4.4.1.24); <sldLayout>4.4.1.36); <sldMaster>4.4.1.39)

Child Elements

Subclause

<extLst> (Extension List with Modification Flag)

§4.2.4

Attributes

Description

<dt> (Date/Time Placeholder)

Specifies whether the Date/Time placeholder is enabled for this master. If this attribute is not specified, a value of true should be assumed by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<ftr> (Footer Placeholder)

Specifies whether the Footer placeholder is enabled for this master. If this attribute is not specified, a value of true should be assumed by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<hdr> (Header Placeholder)

Specifies whether the Header placeholder is enabled for this master. If this attribute is not specified, a value of true should be assumed by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<sldNum> (Slide Number Placeholder)

Specifies whether the slide number placeholder is enabled. If this attribute is not specified, a value of true should be assumed by the generating application.

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_HeaderFooter">
	<sequence>
	<element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="sldNum" type="xsd:boolean" use="optional" default="true"/>
	<attribute name="hdr" type="xsd:boolean" use="optional" default="true"/>
	<attribute name="ftr" type="xsd:boolean" use="optional" default="true"/>
	<attribute name="dt" type="xsd:boolean" use="optional" default="true"/>
</complexType>