<sldLayout>
(Slide Layout)
This element specifies an instance of a slide layout. The slide layout contains in essence a template slide design that can be applied to any existing slide. When applied to an existing slide all corresponding content should be mapped to the new slide layout.
Parent Elements |
---|
Root element of PresentationML Slide Layout part |
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
Attributes |
Description |
---|---|
|
Specifies a name to be used in place of the name attribute within the The possible values for this attribute are defined by the XML Schema string datatype. |
|
Specifies whether the corresponding slide layout will be deleted when all the slides that follow that layout are deleted. If this attribute is not specified then a value of The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies whether or not to display animations on placeholders from the master slide. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies if shapes on the master slide should be shown on slides or not. The possible values for this attribute are defined by the XML Schema boolean datatype. |
|
Specifies the slide layout type that is used by this slide. The possible values for this attribute are defined by the ST_SlideLayoutType simple type (§4.8.19). |
|
Specifies if the corresponding object has been drawn by the user and should thus not be deleted. This allows for the flagging of slides that contain user drawn data. The possible values for this attribute are defined by the XML Schema boolean datatype. |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SlideLayout">
<sequence minOccurs="1" maxOccurs="1">
<element name="cSld" type="CT_CommonSlideData" minOccurs="1" maxOccurs="1"/>
<group ref="EG_ChildSlide" minOccurs="0" maxOccurs="1"/>
<element name="transition" type="CT_SlideTransition" minOccurs="0" maxOccurs="1"/>
<element name="timing" type="CT_SlideTiming" minOccurs="0" maxOccurs="1"/>
<element name="hf" type="CT_HeaderFooter" minOccurs="0" maxOccurs="1"/>
<element name="extLst" type="CT_ExtensionListModify" minOccurs="0" maxOccurs="1"/>
</sequence>
<attributeGroup ref="AG_ChildSlide"/>
<attribute name="matchingName" type="xsd:string" use="optional" default=""/>
<attribute name="type" type="ST_SlideLayoutType" use="optional" default="cust"/>
<attribute name="preserve" type="xsd:boolean" use="optional" default="false"/>
<attribute name="userDrawn" type="xsd:boolean" use="optional" default="false"/>
</complexType>