a:tblStyleLst
Table Style List
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-tableStyle.xsd
Type: a:CT_TableStyleList
Properties: Global, Qualified
Content
- a:tblStyle [0..*] Table Style
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
def | [1..1] | a:ST_Guid | Default |
Sample instance
<a:tblStyleLst def="token"> <a:tblStyle styleId="token" styleName="string"> <a:tblBg> <a:fill>... </a:fill> <a:effect>... </a:effect> </a:tblBg> <a:wholeTbl> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:wholeTbl> <a:band1H> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:band1H> <a:band2H> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:band2H> <a:band1V> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:band1V> <a:band2V> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:band2V> <a:lastCol> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:lastCol> <a:firstCol> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:firstCol> <a:lastRow> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:lastRow> <a:seCell> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:seCell> <a:swCell> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:swCell> <a:firstRow> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:firstRow> <a:neCell> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:neCell> <a:nwCell> <a:tcTxStyle>... </a:tcTxStyle> <a:tcStyle>... </a:tcStyle> </a:nwCell> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tblStyle> </a:tblStyleLst>