2.2.4.26 EditPresentationInfo

Namespace: http://schemas.datacontract.org/2004/07/p

The EditPresentationInfo complex type specifies information about the content of a specified presentation.

 <xs:complexType name="EditPresentationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" name="CompatProblems" type="xs:boolean"/>
     <xs:element minOccurs="0" name="EditSlideInfos" nillable="true" type="tns3:ArrayOfEditSlideInfoFe"/>
     <xs:element minOccurs="0" name="FirstSlideIndex" type="xs:unsignedInt"/>
     <xs:element minOccurs="0" name="MainMasters" nillable="true" type="tns3:ArrayOfMainMasterFe"/>
     <xs:element minOccurs="0" name="Redo" type="xs:boolean"/>
     <xs:element minOccurs="0" name="Rtl" type="xs:boolean"/>
     <xs:element minOccurs="0" name="Size" nillable="true" type="tns3:Point"/>
     <xs:element minOccurs="0" name="Slide" nillable="true" type="tns3:EditSlide"/>
     <xs:element minOccurs="0" name="SlideOrder" nillable="true" type="tns3:SlideIdList"/>
     <xs:element minOccurs="0" name="Undo" type="xs:boolean"/>
   </xs:sequence>
 </xs:complexType>

CompatProblems: A boolean ([XMLSCHEMA2] section 3.2.2) that SHOULD<30> specify whether compatibility issues can occur if the presentation is edited. This element MUST be present.

EditSlideInfos: An ArrayOfEditSlideInfoFe complex element (section 2.2.4.8) that specifies information about presentation slides. This element MUST be present.

FirstSlideIndex: An unsignedInt ([XMLSCHEMA2] section 3.3.22) that specifies the index of the first presentation slide. This element MUST be present.

MainMasters: An ArrayOfMainMasterFe complex element (section 2.2.4.9) that specify information about main master slides. This element MUST be present.

Redo: A boolean that specifies whether a Redo operation (section 3.1.4.38) is possible. This element MUST be present.

Rtl: A boolean that specifies whether the presentation content is right-to-left. This element MUST be present.

Size: A Point complex element (section 2.2.4.38) that specifies the dimensions of the presentation slides. This element MUST be present.

Slide: Reserved. MUST be ignored.

SlideOrder: A SlideIdList complex element (section 2.2.4.45) that specifies the order of the presentation slides. This element MUST be present.

Undo: A boolean that specifies whether an Undo operation (section 3.1.4.65) is possible. This element MUST be present.