<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.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>