20.1.4.2.27 tblStyleLst
20.1.4.2.27 tblStyleLst
This element is simply a list of table styles which are used within a document.
[Example:
Consider the following example of
a table style list within DrawingML:
<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. end example]
Attributes
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 (22.9.2.4).
[Note: The W3C XML Schema definition of this element’s content model (CT_TableStyleList) is located in A.4.1. end note]
Last updated on