a:tblPr
Table Properties
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-table.xsd
Type: a:CT_TableProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:blipFill Picture Fill
- a:pattFill Pattern Fill
- a:grpFill Group Fill
- Choice [0..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
- Choice [0..1]
- a:tableStyle Table Style
- a:tableStyleId Table Style ID
- a:extLst [0..1] Extension List
from group a:EG_FillPropertiesfrom group a:EG_EffectProperties - Choice [0..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
rtl | [0..1] | xsd:boolean | Right-to-Left | Default value is "false". |
firstRow | [0..1] | xsd:boolean | First Row | Default value is "false". |
firstCol | [0..1] | xsd:boolean | First Column | Default value is "false". |
lastRow | [0..1] | xsd:boolean | Last Row | Default value is "false". |
lastCol | [0..1] | xsd:boolean | Last Column | Default value is "false". |
bandRow | [0..1] | xsd:boolean | Banded Rows | Default value is "false". |
bandCol | [0..1] | xsd:boolean | Banded Columns | Default value is "false". |
Used in
- Type a:CT_Table (Element a:tbl)
Sample instance
<a:tblPr> <a:noFill/> <a:effectLst> <a:blur/> <a:fillOverlay blend="over"> <a:noFill/> </a:fillOverlay> <a:glow> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:glow> <a:innerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:innerShdw> <a:outerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:outerShdw> <a:prstShdw prst="shdw1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <a:tableStyle 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:tableStyle> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tblPr>