a:effect
Effect
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-tableStyle.xsd
Other elements with the same name: a:effect
Type: a:CT_EffectProperties
Properties: Local, Qualified
Content
- Choice [1..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
from group a:EG_EffectProperties
Attributes
None
Used in
- Group a:EG_ThemeableEffectStyle
- Type a:CT_TableBackgroundStyle via reference to a:EG_ThemeableEffectStyle (Element a:tblBg)
Sample instance
<a:effect> <a:effectLst> <a:blur/> <a:fillOverlay blend="over"> <a:noFill/> </a:fillOverlay> <a:glow> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:glow> <a:innerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:innerShdw> <a:outerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:outerShdw> <a:prstShdw prst="shdw1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> </a:effect>