EffectStyleList class

Office 2013 and later

Effect Style List. When the object is serialized out as xml, its qualified name is a:effectStyleLst.

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

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

Parent Elements

fmtScheme (§20.1.4.1.14)

Child Elements

Subclause

effectStyle (Effect Style)

§20.1.4.1.11

[Note: The W3C XML Schema definition of this element’s content model (CT_EffectStyleList) is located in §A.4.1. end note]

© ISO/IEC29500: 2008.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: