<tblStyle> (Table Style)

This is the root element for a table style. Within the table style are different formatting options available in order to apply a table.

Parent Elements

<tblStyleLst>5.1.4.2.27)

Child Elements

Subclause

<band1H> (Band 1 Horizontal)

§5.1.4.2.1

<band1V> (Band 1 Vertical)

§5.1.4.2.2

<band2H> (Band 2 Horizontal)

§5.1.4.2.3

<band2V> (Band 2 Vertical)

§5.1.4.2.4

<extLst> (Extension List)

§5.1.2.1.15

<firstCol> (First Column)

§5.1.4.2.11

<firstRow> (First Row)

§5.1.4.2.12

<lastCol> (Last Column)

§5.1.4.2.16

<lastRow> (Last Row)

§5.1.4.2.17

<neCell> (Northeast Cell)

§5.1.4.2.20

<nwCell> (Northwest Cell)

§5.1.4.2.21

<seCell> (Southeast Cell)

§5.1.4.2.23

<swCell> (Southwest Cell)

§5.1.4.2.24

<tblBg> (Table Background)

§5.1.4.2.25

<wholeTbl> (Whole Table)

§5.1.4.2.34

Attributes

Description

<styleId> (Style ID)

Specifies a GUID identifying the table style in a unique manner.

The possible values for this attribute are defined by the ST_Guid simple type (§5.1.12.27).

<styleName> (Name)

Specifies the name of the table style which can show up in the user interface identifying the style to a user.

The possible values for this attribute are defined by the XML Schema string datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TableStyle">
	<sequence>
	<element name="tblBg" type="CT_TableBackgroundStyle" minOccurs="0" maxOccurs="1"/>
	<element name="wholeTbl" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="band1H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="band2H" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="band1V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="band2V" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="lastCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="firstCol" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="lastRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="seCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="swCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="firstRow" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="neCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="nwCell" type="CT_TablePartStyle" minOccurs="0" maxOccurs="1"/>
	<element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
	</sequence>
	<attribute name="styleId" type="ST_Guid" use="required"/>
	<attribute name="styleName" type="xsd:string" use="required"/>
</complexType>