<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
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. |
|
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. |
|
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. |
|
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>