[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

outlineViewPr (Outline View Properties)

This element functions as a parent element within which all view properties associated with the outline view mode are contained. All properties are defined within the child elements.

Outline view displays only the textual content of a presentation. The presentation is formatted as an outline, with slide titles as the first level of the outline. Body text on slides is indented below the slide title.

Parent Elements

viewPr4.3.2.18)

 

Child Elements

Subclause

cViewPr (Common View Properties)

§4.3.2.2

extLst (Extension List)

§4.2.5

sldLst (List of Presentation Slides)

§4.3.2.15

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

<complexType name="CT_OutlineViewProperties">

   <sequence minOccurs="1" maxOccurs="1">

   <element name="cViewPr" type="CT_CommonViewProperties" minOccurs="1" maxOccurs="1"/>

   <element name="sldLst" type="CT_OutlineViewSlideList" minOccurs="0" maxOccurs="1"/>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>