<effect> (Effect)

This element defines the effect that can be applied to a table as a whole through a table style.

example:
<effect>
  <effectLst>
    <glow rad="228600">
      <schemeClr val="accent1">
        <satMod val="175000"/>
        <alpha val="40000"/>
      </schemeClr>
    </glow>
  </effectLst>
</effect>

In this example, we see a glow being defined within the table style that will be applied to the table as a whole. ]

Parent Elements

<tblBg>5.1.4.2.25)

Child Elements

Subclause

<effectDag> (Effect Container)

§5.1.10.25

<effectLst> (Effect Container)

§5.1.10.26

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

<complexType name="CT_EffectProperties">
	<sequence>
	<group ref="EG_EffectProperties" minOccurs="1" maxOccurs="1"/>
	</sequence>
</complexType>