17.4.15 gridBefore
This element specifies the number of grid columns in the parent table’s table grid (17.4.48; 17.4.47) which must be skipped before the contents of this table row (its table cells) are added to the parent table. [Note: This property is used to specify tables whose leading edge (left for left-to-right tables, right for right-to-left tables) does not start at the first grid column (the same shared edge). end note]
If this element is omitted, then its value shall be assumed to be zero grid units. If this element’s value is larger than the size of the table grid, then the value shall be ignored and the first cell in the row can span the full table grid (i.e. the second cell, if one exists, should start at the last shared edge in the table).
[Example: Consider a table whose second row starts after the first grid unit:
In this table, the second row skips one grid unit at the beginning which is represented by the following WordprocessingML:
<w:tr>
<w:trPr>
<w:gridBefore w:val="1" />
…
</w:trPr>
…
</w:tr>
end example]
Attributes
val (Decimal Number Value)
Specifies that the contents of this attribute contains a decimal number.
The contents of this decimal number are interpreted based on the context of the parent XML element.
[Example: Consider the following numeric WordprocessingML property of simple type ST_DecimalNumber:
<… w:val="1512645511" />
The value of the val attribute is a decimal number whose value must be interpreted in the context of the parent element. end example]
The possible values for this attribute are defined by the ST_DecimalNumber simple type (17.18.10).
[Note: The W3C XML Schema definition of this element’s content model (CT_DecimalNumber) is located in A.1. end note]