L.4.3.2.20 Table Background Style
L.4.3.2.20 Table Background Style
The complex type CT_TableBackgroundStyle defines the style elements associated with the background of the table. The table background style can contain a fill and effect. The complex type is defined in the following manner:
<xsd:complexType name="CT_TableBackgroundStyle">
<xsd:sequence>
<xsd:group ref="EG_ThemeableFillStyle" minOccurs="0"
maxOccurs="1" />
<xsd:group ref="EG_ThemeableEffectStyle" minOccurs="0"
maxOccurs="1" />
</xsd:sequence>
</xsd:complexType>
Last updated on