w:tcPr
Table Cell Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_TcPr
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:cnfStyle [0..1] Table Cell Conditional Formatting
- w:tcW [0..1] Preferred Table Cell Width
- w:gridSpan [0..1] Grid Columns Spanned by Current Table Cell
- w:hMerge [0..1] Horizontally Merged Cell
- w:vMerge [0..1] Vertically Merged Cell
- w:tcBorders [0..1] Table Cell Borders
- w:shd [0..1] Table Cell Shading
- w:noWrap [0..1] Don't Wrap Cell Content
- w:tcMar [0..1] Single Table Cell Margins
- w:textDirection [0..1] Table Cell Text Flow Direction
- w:tcFitText [0..1] Fit Text Within Cell
- w:vAlign [0..1] Table Cell Vertical Alignment
- w:hideMark [0..1] Ignore End Of Cell Marker In Row Height Calculation
- Choice [0..1]
- w:cellIns [0..1] Table Cell Insertion
- w:cellDel [0..1] Table Cell Deletion
- w:cellMerge [0..1] Vertically Merged/Split Table Cells
- w:tcPrChange [0..1] Revision Information for Table Cell Properties
from type w:CT_TcPrBasefrom type w:CT_TcPrInnerfrom group w:EG_CellMarkupElements
Attributes
None
Used in
Sample instance
<w:tcPr> <w:cnfStyle w:val="string"/> <w:tcW/> <w:gridSpan w:val="1"/> <w:hMerge/> <w:vMerge/> <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> <w:shd w:val="nil"/> <w:noWrap/> <w:tcMar> <w:top/> <w:left/> <w:bottom/> <w:right/> </w:tcMar> <w:textDirection w:val="lrTb"/> <w:tcFitText/> <w:vAlign w:val="top"/> <w:hideMark/> <w:cellIns w:id="1" w:author="string"/> <w:tcPrChange w:id="1" w:author="string"> <w:tcPr> <w:cnfStyle w:val="string"/> <w:tcW/> <w:gridSpan w:val="1"/> <w:hMerge/> <w:vMerge/> <w:tcBorders>... </w:tcBorders> <w:shd w:val="nil"/> <w:noWrap/> <w:tcMar>... </w:tcMar> <w:textDirection w:val="lrTb"/> <w:tcFitText/> <w:vAlign w:val="top"/> <w:hideMark/> <w:cellIns w:id="1" w:author="string"/> </w:tcPr> </w:tcPrChange> </w:tcPr>