w:tblPrChange
Revision Information for Table Properties
Element information
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Schema document: wml.xsd
Type: w:CT_TblPrChange
Properties: Local, Qualified
Content
- w:tblPr [1..1] Previous Table Properties
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
w:id | [1..1] | w:ST_DecimalNumber | Annotation Identifier | from type w:CT_Markup |
w:author | [1..1] | w:ST_String | Annotation Author | from type w:CT_TrackChange |
w:date | [0..1] | w:ST_DateTime | Annotation Date | from type w:CT_TrackChange |
Used in
- Type w:CT_TblPr (Element w:tblPr)
Sample instance
<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: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:tblPr> </w:tblPrChange>