a:tbl
Table
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-table.xsd
Type: a:CT_Table
Properties: Global, Qualified
Content
Attributes
None
Sample instance
<a:tbl> <a:tblPr> <a:noFill/> <a:effectLst> <a:blur/> <a:fillOverlay blend="over">... </a:fillOverlay> <a:glow>... </a:glow> <a:innerShdw>... </a:innerShdw> <a:outerShdw>... </a:outerShdw> <a:prstShdw prst="shdw1">... </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <a:tableStyle styleId="token" styleName="string"> <a:tblBg>... </a:tblBg> <a:wholeTbl>... </a:wholeTbl> <a:band1H>... </a:band1H> <a:band2H>... </a:band2H> <a:band1V>... </a:band1V> <a:band2V>... </a:band2V> <a:lastCol>... </a:lastCol> <a:firstCol>... </a:firstCol> <a:lastRow>... </a:lastRow> <a:seCell>... </a:seCell> <a:swCell>... </a:swCell> <a:firstRow>... </a:firstRow> <a:neCell>... </a:neCell> <a:nwCell>... </a:nwCell> <a:extLst>... </a:extLst> </a:tableStyle> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tblPr> <a:tblGrid> <a:gridCol w="1"> <a:extLst>... </a:extLst> </a:gridCol> </a:tblGrid> <a:tr h="1"> <a:tc> <a:txBody>... </a:txBody> <a:tcPr>... </a:tcPr> <a:extLst>... </a:extLst> </a:tc> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tr> </a:tbl>