<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
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>