2.24.3.58 CT_HeaderFooter

Target namespace: http://schemas.microsoft.com/office/drawing/2014/chartex

Referenced by: CT_PrintSettings

A complex type<430> that specifies page header and footer settings.

Child Elements:

oddHeader: A string ([XMLSCHEMA2/2] section 3.2.1) element<431> that specifies the odd page header string.

oddFooter: A string ([XMLSCHEMA2/2] section 3.2.1) element<432> that specifies the odd page footer string.

evenHeader: A string ([XMLSCHEMA2/2] section 3.2.1) element<433> that specifies the even page header string.

evenFooter: A string ([XMLSCHEMA2/2] section 3.2.1) element<434> that specifies the even page footer string.

firstHeader: A string ([XMLSCHEMA2/2] section 3.2.1) element<435> that specifies first page header string.

firstFooter: A string ([XMLSCHEMA2/2] section 3.2.1) element<436> that specifies the first page footer string.

Attributes:

alignWithMargins: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<437> that specifies whether to align the header and footer margins with the page margins.

differentOddEven: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<438> that specifies whether there are odd and even page headers and footers.

differentFirst: A Boolean ([XMLSCHEMA2/2] section 3.2.2) attribute<439> that specifies whether there is a first page header and footer.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_HeaderFooter">
   <xsd:sequence>
     <xsd:element name="oddHeader" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="oddFooter" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="evenHeader" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="evenFooter" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="firstHeader" type="xsd:string" minOccurs="0" maxOccurs="1"/>
     <xsd:element name="firstFooter" type="xsd:string" minOccurs="0" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="alignWithMargins" type="xsd:boolean" use="optional" default="true"/>
   <xsd:attribute name="differentOddEven" type="xsd:boolean" use="optional" default="false"/>
   <xsd:attribute name="differentFirst" type="xsd:boolean" use="optional" default="false"/>
 </xsd:complexType>

See section 5.22 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).