20.1.4.1.12 effectStyleLst
20.1.4.1.12 effectStyleLst
This element defines a set of three effect styles that create the effect style list for a theme. The effect styles are arranged in order of subtle to moderate to intense.
[Example:
Consider the following example of an effect style list within DrawingML:
<effectStyleLst>
<effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="38100" dir="5400000"
algn="ctr" rotWithShape="0">
…
</outerShdw>
</effectLst>
</effectStyle>
<effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="38100" dir="5400000"
algn="ctr" rotWithShape="0">
…
</outerShdw>
</effectLst>
</effectStyle>
<effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="38100" dir="5400000"
algn="ctr" rotWithShape="0">
…
</outerShdw>
</effectLst>
<scene3d>
…
</scene3d>
<sp3d prstMaterial="powder">
…
</sp3d>
</effectStyle>
</effectStyleLst>
In this example, we see three effect styles defined. The first two (subtle and moderate) define an outer shadow as the effect, while the third effect style (intense) defines an outer shadow along with 3D properties which are to be applied to the object as well. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_EffectStyleList) is located in A.4.1. end note]
Last updated on