2.2.5.5 PowerpointView
Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared
A simple type that specifies an enumeration of all the views of a presentation. This simple type’s contents are a restriction of the xs:string ([XMLSCHEMA2] section 3.2.1) data type.
<xs:simpleType name="PowerpointView" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:restriction base="xs:string">
<xs:enumeration value="ReadingView"/>
<xs:enumeration value="SlideShowView"/>
<xs:enumeration value="EditView"/>
<xs:enumeration value="StaticView"/>
<xs:enumeration value="OutlineView"/>
<xs:enumeration value="AttendeeView"/>
<xs:enumeration value="ChromelessView"/>
</xs:restriction>
</xs:simpleType>
The following table specifies the allowable values for PowerpointView.
|
Value |
Meaning |
|
ReadingView |
A view of the presentation contents that has been optimized for reading. This view includes presentation notes, images of presentation slide content and animation information. |
|
SlideShowView |
A view of the presentation contents that has been optimized for presenting. This view includes images of presentation slide content and animation information. |
|
EditView |
Reserved. MUST be ignored. |
|
StaticView |
A view of the presentation that has been optimized for viewing presentation slide contents without animations. |
|
OutlineView |
A view of the presentation that has been optimized for viewing presentation slide contents in a text format. |
|
AttendeeView |
A view of the presentation that has been optimized for attending a presentation broadcast. |
|
ChromelessView |
A view of the presentation contents that has been optimized for embedding. This view includes images of presentation slide content and animation information. |