<tcStyle>
(Table Cell Style)
This element defines the style for a give cell in a table.
example:
<tcStyle> <tcBdr> … </tcBdr> <fill> … </fill> </tcStyle>
In this example, we see that a set of borders for the cell along with a cell fill are being defined. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TableStyleCellStyle">
<sequence>
<element name="tcBdr" type="CT_TableCellBorderStyle" minOccurs="0" maxOccurs="1"/>
<group ref="EG_ThemeableFillStyle" minOccurs="0" maxOccurs="1"/>
<element name="cell3D" type="CT_Cell3D" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>