20.1.4.2.7 effect

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

[Example: Consider the following example of an effect in use within DrawingML:

<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 is applied to the table as a whole. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_EffectProperties) is located in A.4.1. end note]

Last updated on