<wholeTbl>
(Whole Table)
This element contains formatting options which are applied to the table as a whole when it is in its default state with no formatting options (first row, last row, etc) enabled.
example:
<wholeTbl> <tcTxStyle> … </tcTxStyle> <tcStyle> … </tcStyle> </wholeTbl>
In this example, we see definitions for the text and the cells within the table. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TablePartStyle">
<sequence>
<element name="tcTxStyle" type="CT_TableStyleTextStyle" minOccurs="0" maxOccurs="1"/>
<element name="tcStyle" type="CT_TableStyleCellStyle" minOccurs="0" maxOccurs="1"/>
</sequence>
</complexType>