19.2.2.14 sld
This element specifies a presentation slide and properties specific to the slide’s appearance in outline view (19.7.55).
[Example: Consider the following presentation slide that has been collapsed in outline view.
<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>
end example]
Attributes
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 is not shown to the user.
The possible values for this attribute are defined by the W3C XML Schema boolean datatype.
Namespace: http://purl.oclc.or g/ooxml/officeDoc ument/relationshi ps
The possible values for this attribute are defined by the ST_RelationshipId simple type (22.8.2.1).
id (Relationship Identifier)
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.
[Note: The W3C XML Schema definition of this element’s content model (CT_OutlineViewSlideEntry) is located in A.3. end note]