13.3.13 View Properties Part

13.3.13 View Properties Part

Content Type:

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

Root Namespace:

http://purl.oclc.org/ooxml/presentationml/main

Source Relationship:

http://purl.oclc.org/ooxml/officeDocument/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: The following Presentation part-relationship item contains a relationship to the View Properties part, which is stored in the ZIP item viewProps.xml:

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

end example]

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>

end example]

A View Properties part shall be located within the package containing the relationships part (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 ISO/IEC 29500.

Last updated on