<TitlesOfParts> (Part Titles)

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

example:
<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>

Parent Elements

<Properties>7.2.2.21)

Child Elements

Subclause

<vector> (Vector)

§7.4.2.34

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_VectorLpstr">
	<sequence minOccurs="1" maxOccurs="1">
	<element ref="vt:vector"/>
	</sequence>
</complexType>