<tblStyleLst> (Table Style List)

This element is simply a list of table styles which are used within a document.

example:
<tblStyleLst def="{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}">
  <tblStyle styleId="{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}"
    styleName="Medium Style 2 - Accent 1"></tblStyle>
  <tblStyle styleId="{3C2FFA5D-87B4-456A-9821-1D502468CF0F}"  
    styleName="Themed Style 1 - Accent 1"></tblStyle>
</tblStyleLst>

In this example, we see two table styles defined along with the default being specified. ]

Parent Elements

Root element of DrawingML Table Styles part

Child Elements

Subclause

<tblStyle> (Table Style)

§5.1.4.2.26

Attributes

Description

<def> (Default)

The GUID corresponding to the default table style in the list of table styles. This default can be used when a table is initially inserted into a document.

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

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

<complexType name="CT_TableStyleList">
	<sequence>
	<element name="tblStyle" type="CT_TableStyle" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
	<attribute name="def" type="ST_Guid" use="required"/>
</complexType>