[Table of Contents] [docx version]

Error! No text of specified style in document.

headerFooter (Header and Footer)

This element specifies the headers and footers that shall be used when the chart is printed.

Parent Elements

printSettings5.7.2.149)

 

Child Elements

Subclause

evenFooter (Even Footer)

§5.7.2.59

evenHeader (Even Header)

§5.7.2.60

firstFooter (First Footer)

§5.7.2.66

firstHeader (First Header)

§5.7.2.67

oddFooter (Odd Footer)

§5.7.2.125

oddHeader (Odd Header)

§5.7.2.126

 

Attributes

Description

alignWithMargins (Align With Margins)

Specifies the header and footer should align with the left and right margins of the chart.

 

A value of on, 1, or true specifies that the property is applied. This is the default value for this attribute, and is implied when the parent element is present, but this attribute is omitted.

 

A value of off, 0, or false specifies that the property is not applied.

 

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

differentFirst (Different First)

Specifies the header and footer are different for the first page.

 

A value of on, 1, or true specifies that the property is applied. This is the default value for this attribute, and is implied when the parent element is present, but this attribute is omitted.

 

A value of off, 0, or false specifies that the property is not applied.

 

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

differentOddEven (Different Odd Even)

Specifies the header and footer are different on odd-numbered pages and even-numbered pages.

 

A value of on, 1, or true specifies that the property is applied. This is the default value for this attribute, and is implied when the parent element is present, but this attribute is omitted.

 

A value of off, 0, or false specifies that the property is not applied.

 

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>