a:effectStyle
Effect Style
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-baseStylesheet.xsd
Type: a:CT_EffectStyleItem
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
- a:scene3d [0..1] 3-D Scene
- a:sp3d [0..1] 3-D Shape Properties
from group a:EG_EffectProperties - Choice [1..1]
Attributes
None
Used in
- Type a:CT_EffectStyleList (Element a:effectStyleLst)
Sample instance
<a:effectStyle> <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:scene3d> <a:camera prst="legacyObliqueTopLeft"> <a:rot lat="1" lon="1" rev="1"/> </a:camera> <a:lightRig rig="legacyFlat1" dir="tl"> <a:rot lat="1" lon="1" rev="1"/> </a:lightRig> <a:backdrop> <a:anchor x="1" y="1" z="1"/> <a:norm dx="1" dy="1" dz="1"/> <a:up dx="1" dy="1" dz="1"/> <a:extLst>... </a:extLst> </a:backdrop> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:scene3d> <a:sp3d> <a:bevelT/> <a:bevelB/> <a:extrusionClr> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:extrusionClr> <a:contourClr> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:contourClr> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:sp3d> </a:effectStyle>