[Table of Contents] [docx version]

Error! No text of specified style in document.

effectLst (Effect Container)

This element specifies a list of effects. Effects in an effectLst are applied in the default order by the rendering engine. The following diagrams illustrate the order in which effects are to be applied, both for shapes and for group shapes.

[Note: The output of many effects does not include the input shape. For effects that should be applied to the result of previous effects as well as the original shape, a container is used to group the inputs together. end note]

[Example: Outer Shadow is applied both to the original shape and the original shape's glow. The result of blur contains the original shape, while the result of glow contains only the added glow. Therefore, a container that groups the blur result with the glow result is used as the input to Outer Shadow. end example]

 

Parent Elements

bg5.9.3.1); bgPr4.4.1.2); defRPr5.1.5.3.2); effect5.1.4.2.7); effectStyle5.1.4.1.11); endParaRPr5.1.5.2.3); grpSpPr5.8.2.14); grpSpPr4.4.1.20); grpSpPr5.1.2.1.22); grpSpPr5.6.2.17); rPr5.1.5.3.9); spPr5.6.2.29); spPr5.7.2.198); spPr5.8.2.23); spPr5.1.2.1.35); spPr4.4.1.41); spPr5.9.3.7); spPr5.2.2.6); tblPr5.1.6.13); whole5.9.3.9)

 

Child Elements

Subclause

blur (Blur Effect)

§5.1.10.15

fillOverlay (Fill Overlay Effect)

§5.1.10.29

glow (Glow Effect)

§5.1.10.32

innerShdw (Inner Shadow Effect)

§5.1.10.40

outerShdw (Outer Shadow Effect)

§5.1.10.45

prstShdw (Preset Shadow)

§5.1.10.49

reflection (Reflection Effect)

§5.1.10.50

softEdge (Soft Edge Effect)

§5.1.10.53

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

<complexType name="CT_EffectList">

   <sequence>

   <element name="blur" type="CT_BlurEffect" minOccurs="0" maxOccurs="1"/>

   <element name="fillOverlay" type="CT_FillOverlayEffect" minOccurs="0" maxOccurs="1"/>

   <element name="glow" type="CT_GlowEffect" minOccurs="0" maxOccurs="1"/>

   <element name="innerShdw" type="CT_InnerShadowEffect" minOccurs="0" maxOccurs="1"/>

   <element name="outerShdw" type="CT_OuterShadowEffect" minOccurs="0" maxOccurs="1"/>

   <element name="prstShdw" type="CT_PresetShadowEffect" minOccurs="0" maxOccurs="1"/>

   <element name="reflection" type="CT_ReflectionEffect" minOccurs="0" maxOccurs="1"/>

   <element name="softEdge" type="CT_SoftEdgesEffect" minOccurs="0" maxOccurs="1"/>

   </sequence>

</complexType>