[Table of Contents] [docx version]
Error! No text of specified style in document.
This element defines formatting that can be applied to the background shape of the entire diagram. The background shape can hold formatting options just as a normal shape can hold within DrawingML.
[Example: Consider the following example of a bg in DiagramML:
<bg>
<schemeClr val="tx1"/>
</solidFill>
<glow rad="152400">
<schemeClr val="accent1">
<alpha val="75000"/>
</schemeClr>
</glow>
</effectLst>
</bg>
In this example we see a solid fill applied to the background of the diagram along with a glow. end example]
Parent Elements |
dataModel (§5.9.2.10) |
Child Elements |
Subclause |
blipFill (Picture Fill) |
§5.1.10.14 |
effectDag (Effect Container) |
§5.1.10.25 |
effectLst (Effect Container) |
§5.1.10.26 |
gradFill (Gradient Fill) |
§5.1.10.33 |
grpFill (Group Fill) |
§5.1.10.35 |
noFill (No Fill) |
§5.1.10.44 |
pattFill (Pattern Fill) |
§5.1.10.47 |
solidFill (Solid Fill) |
§5.1.10.54 |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_BackgroundFormatting">
<sequence>
<group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
<group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>