<tblGridChange>
(Revision Information for Table Grid Column Definitions)
This element specifies the details about a single revision to a table's grid column definitions within a WordprocessingML document.
This element stores this revision as follows:
The child element of this element contains the definition of the table grid which was applied to the parent table before this revision
<w:tblGrid> <w:gridCol w:w="1548" /> <w:gridCol w:w="8028" /> <w:tblGridChange w:id="1"> <w:tblGrid> <w:gridCol w:w="4788" /> <w:gridCol w:w="4788" /> </w:tblGrid> </w:tblGridChange> </w:tblGrid>
The <tblGridChange>
element specifies that there was a revision to the table grid, and the previous table grid had both columns with a width of 4788
twentieths of a point, vs. their current widths of 1548
and 8028
twentieths of a point respectively. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
---|---|
|
Specifies a unique identifier for an annotation within a WordprocessingML document. The restrictions on the If this attribute is omitted, then the document is non-conformant. <w:… w:id="1" … > … </w:…> The The possible values for this attribute are defined by the ST_DecimalNumber simple type (§2.18.16). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TblGridChange">
<complexContent>
<extension base="CT_Markup">
<sequence>
<element name="tblGrid" type="CT_TblGridBase"/>
</sequence>
</extension>
</complexContent>
</complexType>