CommonSlideData class
Common slide data for notes slides. When the object is serialized out as xml, its qualified name is p:cSld.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Presentation.CommonSlideData
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
cSld (Common Slide Data)
This element specifies a container for slide information that is relevant to all of the slide types. All slides share a common set of properties that is independent of the slide type; the description of these properties for any particular slide is stored within the slide's cSld container. Slide data specific to the slide type indicated by the parent element is stored elsewhere.
[Note: The actual data in cSld describe only the particular parent slide; it is only the kind of information stored that is common across all slides. end note]
[Example: Consider the following PresentationML slide
<p:sld>
<p:cSld>
<p:spTree>
…
</p:spTree>
</p:cSld>
…
</p:sld>As the above example shows, the shape tree of a slide (spTree) is a child element of cSld because all slide types can contain a shape tree. Other slide properties specific to the slide type (such as transitions for sld slides) are specified elsewhere. end example]
Parent Elements |
|---|
handoutMaster (§19.3.1.24); notes (§19.3.1.26); notesMaster (§19.3.1.27); sld (§19.3.1.38); sldLayout (§19.3.1.39); sldMaster (§19.3.1.42) |
Child Elements | Subclause |
|---|---|
bg (Slide Background) | §19.3.1.1 |
controls (List of controls) | §19.3.1.15 |
custDataLst (Customer Data List) | §19.3.1.18 |
extLst (Extension List) | §19.2.1.12 |
spTree (Shape Tree) | §19.3.1.45 |
Attributes | Description |
|---|---|
name (Name) | Specifies the slide name property that is used to further identify this unique configuration of common slide data. This might be used to aid in distinguishing different slide layouts or various other slide types. The possible values for this attribute are defined by the W3C XML Schema string datatype. |
[Note: The W3C XML Schema definition of this element’s content model (CT_CommonSlideData) is located in §A.3. end note]
© ISO/IEC29500: 2008.