2.2.5.8 SlideShowState

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Data

A simple type that SHOULD<37> specify an enumeration of all the possible slide show states. This simple type’s contents are a restriction of the xs:string ([XMLSCHEMA2] section 3.2.1) data type.

 <xs:simpleType name="SlideShowState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="NotStartedYet"/>
     <xs:enumeration value="BlackScreen"/>
     <xs:enumeration value="WhiteScreen"/>
     <xs:enumeration value="Normal"/>
     <xs:enumeration value="BroadcastEnded"/>
     <xs:enumeration value="SlideShowEnded"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SlideShowState simple type.

Value

Meaning

NotStartedYet

slide show has not started yet.

BlackScreen

slide show is displaying a black Screen.

WhiteScreen

slide show is displaying a white Screen.

Normal

slide show is displaying presentation slides.

BroadcastEnded

slide show broadcast has ended.

SlideShowEnded

slide show has ended.