draw-diag:bg
Background Formatting
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/diagram
Schema document: dml-diagramDataModel.xsd
Type: a:CT_BackgroundFormatting
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:blipFill Picture Fill
- a:pattFill Pattern Fill
- a:grpFill Group Fill
- Choice [0..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
from group a:EG_FillPropertiesfrom group a:EG_EffectProperties - Choice [0..1]
Attributes
None
Used in
- Type draw-diag:CT_DataModel (Elements draw-diag:dataModel, draw-diag:dataModel)
Sample instance
<draw-diag:bg> <a:noFill/> <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:bg>