draw-diag:whole
Whole E2O Formatting
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramDataModel.xsd
Type: a:CT_WholeE2oFormatting
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:ln [0..1] Outline
- Choice [0..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
from group a:EG_EffectProperties
Attributes
None
Used in
- Type draw-diag:CT_DataModel (Elements draw-diag:dataModel, draw-diag:dataModel)
Sample instance
<draw-diag:whole> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:ln> <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> </draw-diag:whole>