<headerFooter>
(Header and Footer)
This element specifies the headers and footers that shall be used when the chart is printed.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies the header and footer should align with the left and right margins of the chart. A value of A value of The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the header and footer are different for the first page. A value of A value of The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the header and footer are different on odd-numbered pages and even-numbered pages. A value of A value of 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="oddHeader" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
<element name="oddFooter" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
<element name="evenHeader" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
<element name="evenFooter" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
<element name="firstHeader" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
<element name="firstFooter" type="ST_Xstring" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="alignWithMargins" type="xsd:boolean" default="true"/>
<attribute name="differentOddEven" type="xsd:boolean" default="false"/>
<attribute name="differentFirst" type="xsd:boolean" default="false"/>
</complexType>