<tblBg> (Table Background)

This element defines the formatting options which can be applied to the table background shape. The background shape is the same size as the entire table and can hold a fill or an effect which spans the entire table.

example:
<tblBg>
  <fillRef idx="2">
    <schemeClr val="accent1"/>
  </fillRef>
  <effectRef idx="1">
    <schemeClr val="accent1"/>
  </effectRef>
</tblBg>

In this example, we see that there is a themed fill and themed effect being applied to the table background through the table style. ]

Parent Elements

<tableStyle>5.1.6.9); <tblStyle>5.1.4.2.26)

Child Elements

Subclause

<effect> (Effect)

§5.1.4.2.7

<effectRef> (Effect Reference)

§5.1.4.2.8

<fill> (Fill)

§5.1.4.2.9

<fillRef> (Fill Reference)

§5.1.4.2.10

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TableBackgroundStyle">
	<sequence>
	<group ref="EG_ThemeableFillStyle" minOccurs="0" maxOccurs="1"/>
	<group ref="EG_ThemeableEffectStyle" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>