<bg>
(Background Formatting)
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:
<bg> <solidFill> <schemeClr val="tx1"/> </solidFill> <effectLst> <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. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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>