DocumentID: ECMA-376/Part3/2.11.4
Title: ECMA-376, Part3: 2.11.4 Multiple Sections
Extracted-From: ECMA-376 Office Open XML File Formats, 1st Edition / December 2006
Warning: Coverted to HTML format by a script known to have bugs

Navigation:

2.11.4 Multiple Sections

Documents are capable of having multiple sections, where each section can define up to three headers and footers. By default, sections other than the first section inherit the previous header and footer references, unless that section specifies header and footer references.

image15

Consider a two-page, two-section document with only the first section header defined. This document defines one header that is referenced in the first section. The document is represented by the following WordprocessingML:

<w:body>
  ...
  <w:p>
    <w:pPr>
      <w:sectPr>
        <w:headerReference r:id="rId6" />
        ...
      </w:sectPr>
    </w:pPr>
    ...
  </w:p>

  ...

  <w:sectPr>
    ...
  </w:sectPr>
</w:body>

The second section does not explicitly reference a header. Instead, the second section inherits the header from the previous section.


Converted to HTML format by ooxmlspec2html 0.1, a Perl script provided by OpenISO.org.