2.2.4.50 CT_Slide

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

A complex type that specifies a presentation slide.

 <xs:complexType name="CT_Slide" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="animLst" nillable="true" type="tns:CT_AnimList"/>
     <xs:element name="animSeqs" nillable="true" type="tns:ArrayOfCT_AnimList"/>
     <xs:element name="bg" nillable="true" type="tns:CT_BackgroundDesc"/>
     <xs:element name="bgReg" nillable="true" type="tns:CT_GenericImageRegion"/>
     <xs:element name="cmLst" nillable="true" type="tns:ArrayOfCT_CommentThread"/>
     <xs:element name="hidden" type="xs:boolean"/>
     <xs:element name="id" type="xs:unsignedInt"/>
     <xs:element name="layoutInfo" nillable="true" type="tns:CT_SlideLayoutInfo"/>
     <xs:element name="notesId" nillable="true" type="xs:string"/>
     <xs:element name="perf" nillable="true" type="tns:CT_ViewingSlidePerformanceMetrics"/>
     <xs:element name="resCat" nillable="true" type="tns:ArrayOfCT_ResourceEntry"/>
     <xs:element name="spLst" nillable="true" type="tns:ArrayOfCT_Shape"/>
     <xs:element name="ssTimes" nillable="true" type="tns:CT_SlideShowTimings"/>
     <xs:element name="title" nillable="true" type="xs:string"/>
     <xs:element name="trans" nillable="true" type="tns:CT_Transition"/>
   </xs:sequence>
 </xs:complexType>

animLst:  A CT_AnimList (section 2.2.4.24) element that specifies the list of animations of the presentation slide.

animSeqs:  An ArrayOfCT_AnimList (section 2.2.4.5) element that specifies a series of animation sequences.

bg:  A CT_BackgroundDesc (section 2.2.4.27) element that specifies the background appearance of the presentation slide.

bgReg:  A CT_GenericImageRegion (section 2.2.4.32) element that specifies the background region of the presentation slide.

cmLst: An ArrayOfCT_CommentThread (section 2.2.4.70) element that specifies a series of comment threads.<20>

hidden:  An xs:boolean ([XMLSCHEMA2] section 3.2.2) element that specifies whether the presentation slide is hidden.

id:  An xs:unsignedInt ([XMLSCHEMA2] section 3.3.22) element that specifies a unique identifier for the presentation slide. MUST have a maximum value of less than 2147483648 and MUST have a minimum value of greater than or equal to 256.

layoutInfo:  A CT_SlideLayoutInfo (section 2.2.4.52) element that specifies the layout information for the presentation slide.

notesId:  An xs:string ([XMLSCHEMA2] section 3.2.1) element that specifies a unique identifier for the notes contents of the presentation slide.

perf:  Reserved. MUST be ignored.<21>

resCat:  An ArrayOfCT_ResourceEntry (section 2.2.4.8) element that specifies a set of resources that are in the presentation slide.

spLst:  An ArrayOfCT_Shape (section 2.2.4.9) element that specifies the shapes that are included in the presentation slide.

ssTimes:  A CT_SlideShowTimings (section 2.2.4.54) element that specifies timing information for a slide show.

title:  An xs:string element that specifies the title of the presentation slide.

trans:  A CT_Transition (section 2.2.4.56) element that specifies the slide transition.