<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

<tableStyle>5.1.6.9); <tblStyle>5.1.4.2.26)

Child Elements

Subclause

<tcStyle> (Table Cell Style)

§5.1.4.2.29

<tcTxStyle> (Table Cell Text Style)

§5.1.4.2.30

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>