w:tblPr
Table Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Other elements with the same name: w:tblPr, w:tblPr, w:tblPr
Type: w:CT_TblPr
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:tblStyle [0..1] Referenced Table Style
- w:tblpPr [0..1] Floating Table Positioning
- w:tblOverlap [0..1] Floating Table Allows Other Tables to Overlap
- w:bidiVisual [0..1] Visually Right to Left Table
- w:tblStyleRowBandSize [0..1] Number of Rows in Row Band
- w:tblStyleColBandSize [0..1] Number of Columns in Column Band
- w:tblW [0..1] Preferred Table Width
- w:jc [0..1] Table Alignment
- w:tblCellSpacing [0..1] Table Cell Spacing Default
- w:tblInd [0..1] Table Indent from Leading Margin
- w:tblBorders [0..1] Table Borders
- w:shd [0..1] Table Shading
- w:tblLayout [0..1] Table Layout
- w:tblCellMar [0..1] Table Cell Margin Defaults
- w:tblLook [0..1] Table Style Conditional Formatting Settings
- w:tblPrChange [0..1] Revision Information for Table Properties
from type w:CT_TblPrBase
Attributes
None
Used in
Sample instance
<w:tblPr> <w:tblStyle w:val="string"/> <w:tblpPr/> <w:tblOverlap w:val="never"/> <w:bidiVisual/> <w:tblStyleRowBandSize w:val="1"/> <w:tblStyleColBandSize w:val="1"/> <w:tblW/> <w:jc w:val="left"/> <w:tblCellSpacing/> <w:tblInd/> <w:tblBorders> <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:tblBorders> <w:shd w:val="nil"/> <w:tblLayout/> <w:tblCellMar> <w:top/> <w:left/> <w:bottom/> <w:right/> </w:tblCellMar> <w:tblLook w:val="0FB7"/> <w:tblPrChange w:id="1" w:author="string"> <w:tblPr> <w:tblStyle w:val="string"/> <w:tblpPr/> <w:tblOverlap w:val="never"/> <w:bidiVisual/> <w:tblStyleRowBandSize w:val="1"/> <w:tblStyleColBandSize w:val="1"/> <w:tblW/> <w:jc w:val="left"/> <w:tblCellSpacing/> <w:tblInd/> <w:tblBorders>... </w:tblBorders> <w:shd w:val="nil"/> <w:tblLayout/> <w:tblCellMar>... </w:tblCellMar> <w:tblLook w:val="0FB7"/> </w:tblPr> </w:tblPrChange> </w:tblPr>