<effectStyle> (Effect Style)
This element defines a set of effects and 3D properties that can be applied to an object.
example:
<effectStyle>
<effectLst>
<outerShdw blurRad="57150" dist="38100" dir="5400000" algn="ctr"
rotWithShape="0">
<schemeClr val="phClr">
<shade val="9000"/>
<satMod val="105000"/>
<alpha val="48000"/>
</schemeClr>
</outerShdw>
</effectLst>
</effectStyle>

In this example, an outer shadow is being applied to a shape as the moderate effect. ]
Parent Elements |
|---|
|
Child Elements |
Subclause |
|---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_EffectStyleItem">
<sequence>
<group ref="EG_EffectProperties" minOccurs="1" maxOccurs="1"/>
<element name="scene3d" type="CT_Scene3D" minOccurs="0" maxOccurs="1"/>
<element name="sp3d" type="CT_Shape3D" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>