w:tblPrEx
Table-Level Property Exceptions
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Other elements with the same name: w:tblPrEx
Type: w:CT_TblPrEx
Properties: Local, Qualified
Content
- Sequence [1..1]
- w:tblW [0..1] Preferred Table Width Exception
- w:jc [0..1] Table Alignment Exception
- w:tblCellSpacing [0..1] Table Cell Spacing Exception
- w:tblInd [0..1] Table Indent from Leading Margin Exception
- w:tblBorders [0..1] Table Borders Exceptions
- w:shd [0..1] Table Shading Exception
- w:tblLayout [0..1] Table Layout Exception
- w:tblCellMar [0..1] Table Cell Margin Exceptions
- w:tblLook [0..1] Table Style Conditional Formatting Settings Exception
- w:tblPrExChange [0..1] Revision Information for Table-Level Property Exceptions
from type w:CT_TblPrExBase
Attributes
None
Used in
Sample instance
<w:tblPrEx> <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:tblPrExChange w:id="1" w:author="string"> <w:tblPrEx> <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:tblPrEx> </w:tblPrExChange> </w:tblPrEx>