<sld> (Presentation Slide)

This element specifies a presentation slide and properties specific to the slide's appearance in outline view.

example:
<p:viewPr xmlns:a="" xmlns:r="" xmlns:p="" lastView="outlineView">
  ..
  <p:outlineViewPr>
    ..
    <p:sldLst>
      <p:sld r:id="rId1" collapse="1"/>
    </p:sldLst>
    ..
  </p:outlineViewPr>
  ..
</p:viewPr>

Parent Elements

<sldLst>4.3.2.15)

Attributes

Description

<collapse> (Collapsed)

Specifies whether this presentation slide is to be shown as collapsed within outline view. That is, all text other than the slide title will not be shown to the user.

The possible values for this attribute are defined by the XML Schema boolean datatype.

<id> (Relationship Identifier)

Namespace: .../officeDocument/2006/relationships

Specifies the relationship identifier that is used in conjunction with a corresponding relationship file to resolve the location of this presentation slide within a presentation.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§7.8.2.1).

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

<complexType name="CT_OutlineViewSlideEntry">
	<attribute ref="r:id" use="required"/>
	<attribute name="collapse" type="xsd:boolean" use="optional" default="false"/>
</complexType>