w:tcBorders
Table Cell Borders
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_TcBorders
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:top [0..1] Table Cell Top Border
- w:left [0..1] Table Cell Left Border
- w:bottom [0..1] Table Cell Bottom Border
- w:right [0..1] Table Cell Right Border
- w:insideH [0..1] Table Cell Inside Horizontal Edges Border
- w:insideV [0..1] Table Cell Inside Vertical Edges Border
- w:tl2br [0..1] Table Cell Top Left to Bottom Right Diagonal Border
- w:tr2bl [0..1] Table Cell Top Right to Bottom Left Diagonal Border
Attributes
None
Used in
- Type w:CT_TcPrBase
- Type w:CT_TcPrInner via extension of w:CT_TcPrBase (Element w:tcPr)
- Type w:CT_TcPr via extension of w:CT_TcPrBase (Elements w:tcPr, w:tcPr, w:tcPr)
Sample instance
<w:tcBorders> <w:top w:val="nil"/> <w:left w:val="nil"/> <w:bottom w:val="nil"/> <w:right w:val="nil"/> <w:insideH w:val="nil"/> <w:insideV w:val="nil"/> <w:tl2br w:val="nil"/> <w:tr2bl w:val="nil"/> </w:tcBorders>