a:tcBdr
Table Cell Borders
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-tableStyle.xsd
Type: a:CT_TableCellBorderStyle
Properties: Local, Qualified
Content
- Sequence [1..1]
- a:left [0..1] Left Border
- a:right [0..1] Right Border
- a:top [0..1] Top Border
- a:bottom [0..1] Bottom Border
- a:insideH [0..1] Inside Horizontal Border
- a:insideV [0..1] Inside Vertical Border
- a:tl2br [0..1] Top Left to Bottom Right Border
- a:tr2bl [0..1] Top Right to Bottom Left Border
- a:extLst [0..1] Extension List
Attributes
None
Used in
- Type a:CT_TableStyleCellStyle (Element a:tcStyle)
Sample instance
<a:tcBdr> <a:left> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:left> <a:right> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:right> <a:top> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:top> <a:bottom> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:bottom> <a:insideH> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:insideH> <a:insideV> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:insideV> <a:tl2br> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:tl2br> <a:tr2bl> <a:ln> <a:noFill/> <a:prstDash/> <a:round/> <a:headEnd/> <a:tailEnd/> <a:extLst>... </a:extLst> </a:ln> </a:tr2bl> <a:extLst> <a:ext> <!--any element--> </a:ext> </a:extLst> </a:tcBdr>