a:effectLst
Effect Container
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-shapeEffects.xsd
Type: a:CT_EffectList
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:blur [0..1] Blur Effect
- a:fillOverlay [0..1] Fill Overlay Effect
- a:glow [0..1] Glow Effect
- a:innerShdw [0..1] Inner Shadow Effect
- a:outerShdw [0..1] Outer Shadow Effect
- a:prstShdw [0..1] Preset Shadow
- a:reflection [0..1] Reflection Effect
- a:softEdge [0..1] Soft Edge Effect
Attributes
None
Used in
- Group a:EG_EffectProperties
- Type a:CT_BackgroundFormatting via reference to a:EG_EffectProperties (Element draw-diag:bg)
- Type a:CT_EffectProperties via reference to a:EG_EffectProperties (Element a:effect)
- Type a:CT_EffectStyleItem via reference to a:EG_EffectProperties (Element a:effectStyle)
- Type a:CT_TableProperties via reference to a:EG_EffectProperties (Element a:tblPr)
- Type a:CT_WholeE2oFormatting via reference to a:EG_EffectProperties (Element draw-diag:whole)
- Type p:CT_BackgroundProperties via reference to a:EG_EffectProperties (Element p:bgPr)
- Type a:CT_GroupShapeProperties via reference to a:EG_EffectProperties (Elements cdr:grpSpPr, a:grpSpPr, draw-ssdraw:grpSpPr, p:grpSpPr)
- Type a:CT_TextCharacterProperties via reference to a:EG_EffectProperties (Elements a:endParaRPr, a:rPr, a:defRPr, a:rPr)
- Type a:CT_ShapeProperties via reference to a:EG_EffectProperties (Elements draw-chart:spPr, cdr:spPr, draw-diag:spPr, a:spPr, a:spPr, draw-pic:spPr, draw-ssdraw:spPr, p:spPr)
Sample instance
<a:effectLst> <a:blur/> <a:fillOverlay blend="over"> <a:noFill/> </a:fillOverlay> <a:glow> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:glow> <a:innerShdw> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:innerShdw> <a:outerShdw> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:outerShdw> <a:prstShdw prst="shdw1"> <a:scrgbClr r="1" g="1" b="1"> <a:tint val="1"/> </a:scrgbClr> </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst>