19.3.1.38 sld

This element is the root element of a Slide part (13.3.8) and specifies an instance of a slide. Within a slide are contained all elements that describe the objects and their corresponding formatting within a presentation slide. Child elements describe the common slide elements such as shapes and their attached text bodies, transition and timing specific to this slide and color information specific to this slide.

[Example: Consider the following basic slide.

<p:sld>
  <p:cSld>
    <p:spTree>
    </p:spTree>
  </p:cSld>
  <p:clrMapOver>
  </p:clrMapOver>
  <p:transition>
  </p:transition>
  <p:timing>
  </p:timing>
</p:sld>
This example shows a slide with its content in the shape tree, a local color mapping override and a slide
transition with associated timing information. _end example_]
Last updated on