2.2.4.26 EditSlideChanges
Namespace: http://schemas.datacontract.org/2004/07/p
The EditSlideChanges complex type specifies the content of the presentation slide.
The content of this element is modified as a result of a request to the protocol server.
<xs:complexType name="EditSlideChanges" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Comments" nillable="true" type="tns2:ArrayOfComment"/>
<xs:element xmlns:q3="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="DelElems" nillable="true" type="q3:ArrayOfunsignedInt"/>
<xs:element minOccurs="0" name="EditAnims" nillable="true" type="tns2:ArrayOfEditAnimInfo"/>
<xs:element minOccurs="0" name="EditTransition" nillable="true" type="tns2:EditTransitionInfo"/>
<xs:element minOccurs="0" name="Elems" nillable="true" type="tns2:ArrayOfViewElement"/>
<xs:element minOccurs="0" name="HasAnimationOrTransition" type="xs:boolean"/>
<xs:element minOccurs="0" name="Hidden" type="xs:boolean"/>
<xs:element minOccurs="0" name="Id" type="xs:unsignedInt"/>
<xs:element minOccurs="0" name="ModifiedShapes" nillable="true" type="tns2:ArrayOfEditShape"/>
<xs:element minOccurs="0" name="Notes" nillable="true" type="tns2:Notes"/>
<xs:element minOccurs="0" name="Refresh" type="xs:boolean"/>
<xs:element minOccurs="0" name="Thumb" nillable="true" type="tns2:ViewElement"/>
<xs:element minOccurs="0" name="Title" nillable="true" type="xs:string"/>
</xs:sequence>
</xs:complexType>
Comments: An ArrayOfComment complex element (section 2.2.4.1) that specifies comments for the presentation slide.
DelElems: Reserved. MUST be ignored.
EditAnims: An ArrayOfEditAnimInfo complex element (section 2.2.4.3) that specifies the list of animations on the slide.
EditTransition: An EditTransitionInfo complex element (section 2.2.4.28) that specifies the slide transition.
Elems: An ArrayOfViewElement complex element (section 2.2.4.12) that specifies the ViewElement complex elements (section 2.2.4.45) for slide content on the presentation slide.
HasAnimationOrTransition:
Hidden: A boolean ([XMLSCHEMA2] section 3.2.2) that specifies whether the presentation slide is hidden.
Id: An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the identifier of the presentation slide. This element MUST be present.
ModifiedShapes: An ArrayOfEditShape complex element (section 2.2.4.5) that specifies the shapes modified.
Notes: A Notes complex element (section 2.2.4.32) that specifies the presentation notes for the presentation slide.
Refresh: A boolean that specifies whether the presentation slide has outdated ViewElement elements.
Thumb: A ViewElement element that specifies the thumbnail of the presentation slide.
Title: A string ([XMLSCHEMA2] section 3.2.1) that specifies the title of the presentation slide.