22.2.2.8 HeadingPairs

Heading pairs indicates the grouping of document parts and the number of parts in each group. These parts are not document parts but conceptual representations of document sections.

[Example: A presentation composing of three slides with an applied theme can have the following HeadingPairs representation:

<HeadingPairs>
  <vt:vector size="4" baseType="variant">
    <vt:variant>
      <vt:lpstr>Theme</vt:lpstr>
    </vt:variant>
    <vt:variant>
      <vt:i4>1</vt:i4>
    </vt:variant>
    <vt:variant>
      <vt:lpstr>Slide Titles</vt:lpstr>
    </vt:variant>
    <vt:variant>
      <vt:i4>3</vt:i4>
    </vt:variant>
  </vt:vector>
</HeadingPairs>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_VectorVariant) is located in A.6.2. end note]

Last updated on