<effectStyleLst> (Effect Style List)

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:
<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. ]

Parent Elements

<fmtScheme>5.1.4.1.14)

Child Elements

Subclause

<effectStyle> (Effect Style)

§5.1.4.1.11

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_EffectStyleList">
	<sequence>
	<element name="effectStyle" type="CT_EffectStyleItem" minOccurs="3" maxOccurs="unbounded"/>
	</sequence>
</complexType>