a:tblBg
Table Background
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-tableStyle.xsd
Type: a:CT_TableBackgroundStyle
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [0..1]
- a:effect Effect
- a:effectRef Effect Reference
from group a:EG_ThemeableFillStylefrom group a:EG_ThemeableEffectStyle - Choice [0..1]
Attributes
None
Used in
- Type a:CT_TableStyle (Elements a:tableStyle, a:tblStyle)
Sample instance
<a:tblBg> <a:fill> <a:noFill/> </a:fill> <a:effect> <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:effect> </a:tblBg>