22.2.2.26 TitlesOfParts

This element specifies the title of each document. These parts are not document parts but conceptual representations of document sections.

[Example: A presentation composing of three slides with an applied theme “Currency” can have the following TitlesofParts representation:

<TitlesofParts>
  <vt:vector size="4" baseType="lpstr">
    <vt:lpstr>Currency</vt:lpstr>
    <vt:lpstr>Slide 1</vt:lpstr>
    <vt:lpstr>Slide 2</vt:lpstr>
    <vt:lpstr>Slide 3</vt:lpstr>
  </vt:vector>
</TitlesofParts>

end example]

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

Last updated on