View Properties Part

Content Type:

application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml

Root Namespace:

http://schemas.openxmlformats.org/presentationml/2006/main

Source Relationship:

http://schemas.openxmlformats.org/officeDocument/2006/relationships/viewProps

An instance of this part type contains display properties for this presentation.

A package shall contain zero or one View Properties part, and if it exists, that part shall be the target of an implicit relationship from the Presentation (§13.3.6) part.

example:
<Relationships xmlns="…">
  <Relationship Id="rId7"
    Type="http://…/viewProps" Target="viewProps.xml"/>
</Relationships>

The root element for a part of this content type shall be< viewPr>.

example:
<p:viewPr xmlns:p="…" …>
  <p:normalViewPr showOutlineIcons="0"></p:normalViewPr>
  <p:slideViewPr></p:slideViewPr>
  <p:outlineViewPr></p:outlineViewPr>
  <p:notesTextViewPr></p:notesTextViewPr>
  <p:gridSpacing cx="78028800" cy="78028800"/>
</p:viewPr>

A View Properties part shall be located within the package containing the source relationship (expressed syntactically, the @TargetMode attribute of the <Relationship> element shall be Internal).

A View Properties part shall not have implicit or explicit relationships to any other part defined by this Standard.