2.8.4.1 ST_ZoomObjectImageType

Target namespace: http://schemas.microsoft.com/office/powerpoint/2016/6/main

Referenced by: CT_ZoomObjectProperties

A simple type that specifies whether the Zoom object is using the slide preview or a cover image.

Value

Meaning

preview

Use the image of the slide or section

cover

Use a custom image

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this simple type.

 <xsd:simpleType name="ST_ZoomObjectImageType">
   <xsd:restriction base="xsd:token">
     <xsd:enumeration value="preview"/>
     <xsd:enumeration value="cover"/>
   </xsd:restriction>
 </xsd:simpleType>

See section 5.7 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).