2.8.3.1 CT_ZoomObjectProperties

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

Referenced by: CT_SectionZoomObject, CT_SlideZoomObject, CT_SummaryZoomObject

A complex type that specifies properties of a Zoom object.

Child Elements:

blipFill: An a:CT_BlipFillProperties ([ISO/IEC29500-1:2016] section 19.3.1.4) element that specifies the type of picture fill that the object uses.

spPr: An a:CT_ShapeProperties ([ISO/IEC29500-1:2016] section A.4.1) element that specifies the visual shape properties that can be applied to the object.

Attributes:

id: A s:ST_Guid ([ISO/IEC29500-4:2016] section A.8.9) attribute that specifies the unique ID of the Zoom object.

returnToParent: An xsd:boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies return to parent navigation behavior in slideshow.

imageType: An ST_ZoomObjectImageType attribute that specifies whether a custom cover image is used, or the slide preview.

transitionDur: An ST_UniversalTimeOffset attribute that specifies the duration of the transition between Zoom and slide. If not specified, it will use the destination slide transition and the timings associated with that transition.

showBg: An xsd:boolean ([XMLSCHEMA2/2] section 3.2.2) attribute that specifies whether the Zoom will use the background of the destination slide.

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

 <xsd:complexType name="CT_ZoomObjectProperties">
   <xsd:sequence>
     <xsd:element name="blipFill" type="a:CT_BlipFillProperties" minOccurs="1" maxOccurs="1"/>
     <xsd:element name="spPr" type="a:CT_ShapeProperties" minOccurs="1" maxOccurs="1"/>
   </xsd:sequence>
   <xsd:attribute name="id" type="s:ST_Guid" use="required"/>
   <xsd:attribute name="returnToParent" type="xsd:boolean" use="optional" default="true"/>
   <xsd:attribute name="imageType" type="ST_ZoomObjectImageType" use="optional" default="preview"/>
   <xsd:attribute name="transitionDur" type="p14:ST_UniversalTimeOffset" use="optional"/>
   <xsd:attribute name="showBg" type="xsd:boolean" use="optional" default="true"/>
 </xsd:complexType>

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