13.3.9 Slide Layout Part
Content Type:
application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
Root Namespace:
http://purl.oclc.org/ooxml/presentationml/main
Source Relationship:
http://purl.oclc.org/ooxml/officeDocument/relationships/slideLayout
An instance of this part type contains the definition for a slide layout template for this presentation. This template defines the default appearance and positioning of drawing objects on this slide type when it is created.
A package shall contain one or more Slide Layout parts, and each of those parts shall be the target of an explicit relationship in the Slide Master (13.3.10) part, as well as an implicit relationship from each of the Slide (13.3.8) parts associated with this slide layout.
[Example: The following Slide Master part-relationship item contains relationships to several Slide Layout parts, which are stored in the ZIP items ../slideLayouts/slideLayoutN.xml:
<Relationships xmlns="…">
<Relationship Id="rId1"
Type="http://…/slideLayout"
Target="../slideLayouts/slideLayout1.xml"/>
<Relationship Id="rId2"
Type="http://…/slideLayout"
Target="../slideLayouts/slideLayout2.xml"/>
<Relationship Id="rId3"
Type="http://…/slideLayout"
Target="../slideLayouts/slideLayout3.xml"/>
</Relationships>
end example]
The root element for a part of this content type shall be sldLayout.
[Example:
<p:sldLayout xmlns:p="…" matchingName="" type="title" preserve="1">
<p:cSld name="Title Slide">
…
</p:cSld>
<p:clrMapOvr>
<a:masterClrMapping/>
</p:clrMapOvr>
<p:timing/>
</p:sldLayout>
</p:sldMaster>
end example]
A Slide Layout part is permitted to have implicit relationships to the following parts defined by ISO/IEC 29500:
- Additional Characteristics (15.2.1)
- Bibliography (15.2.3)
- Custom XML Data Storage (15.2.4)
- Slide Master (13.3.10)
- Theme Override (14.2.8)
- Thumbnail (15.2.16)
A Slide Layout part is permitted to have explicit relationships to the following parts defined by ISO/IEC 29500:
-
Audio (15.2.2)
-
Chart (14.2.1)
-
Content Part (15.2.4)
-
Diagrams: Diagram Colors(14.2.3), Diagram Data(14.2.4), Diagram Layout Definition(14.2.5) and
-
Diagram Styles (14.2.6)
-
Embedded Control Persistence (15.2.9)
-
Embedded Object (15.2.10)
-
Embedded Package (15.2.11)
-
Hyperlink (15.3).
-
Image (15.2.14)
-
Video (15.2.15)
A Slide Layout part shall not have implicit or explicit relationships to any other part defined by ISO/IEC 29500.