<tmplLst>
(Template effects)
This element describes a list of template effects that describe what kind of effects should be applied to a paragraph level properties.
[Example: Consider a template with a fade in effect applied to it. The <tmpl> element should be used as follows:
<p:timing> <p:tnLst>... <p:bldLst> <p:bldP spid="3" grpId="0" build="p"> <p:tmplLst> <p:tmpl lvl="1"> </p:tmpl> </p:tmplLst> </p:bldP> </p:bldLst> </p:timing>
End Example]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TLTemplateList">
<sequence>
<element name="tmpl" type="CT_TLTemplate" minOccurs="0" maxOccurs="9"/>
</sequence>
</complexType>