Slide class
Presentation Slide. The root element of SlidePart. When the object is serialized out as xml, its qualified name is p:sld.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.OpenXmlPartRootElement
DocumentFormat.OpenXml.Presentation.Slide
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
sld (Presentation Slide)
This element specifies a slide within a slide list. The slide list is used to specify an ordering of slides.
[Example: Consider the following custom show with an ordering of slides.
<p:custShowLst>
<p:custShow name="Custom Show 1" id="0">
<p:sldLst>
<p:sld r:id="rId4"/>
<p:sld r:id="rId3"/>
<p:sld r:id="rId2"/>
<p:sld r:id="rId5"/>
</p:sldLst>
</p:custShow>
</p:custShowLst>In the above example the order specified to present the slides is slide 4, then 3, 2 and finally 5. end example]
Parent Elements |
|---|
Root element of PresentationML Slide part |
Child Elements | Subclause |
|---|---|
clrMapOvr (Color Scheme Map Override) | §19.3.1.7 |
cSld (Common Slide Data) | §19.3.1.16 |
extLst (Extension List with Modification Flag) | §19.3.1.20 |
timing (Slide Timing Information for a Slide Layout) | §19.3.1.48 |
transition (Slide Transition for a Slide Layout) | §19.3.1.50 |
Attributes | Description |
|---|---|
show (Show Slide in Slide Show) | Specifies that the current slide should be shown in slide show. If this attribute is omitted then a value of true is assumed. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
showMasterPhAnim (Show Master Placeholder Animations) | Specifies whether or not to display animations on placeholders from the master slide. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
showMasterSp (Show Master Shapes) | Specifies if shapes on the master slide should be shown on slides or not. The possible values for this attribute are defined by the W3C XML Schema boolean datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_Slide) is located in §A.3. end note]
© ISO/IEC29500: 2008.