17.4.24 insideV
This element specifies the border which shall be displayed on all vertical table cell borders which are not on an outmost edge of the parent table (all horizontal borders which are not the leftmost or rightmost border). The appearance of this table cell border in the document shall be determined by the following settings:
- The display of the border on interior edges is subject to the conflict resolution algorithm defined by the
- tcBorders element (17.4.66) and the tblBorders element (17.4.39;17.4.38)
If this element is omitted, then the inside vertical borders of this table shall have the border specified by the associated table style. If no inside vertical edge border is specified in the style hierarchy, then those cells in this table shall not have an inside vertical edge border.
[Example: Consider a table in which the table specifies a border on all interior horizontal and vertical edges, as follows:
R1C1
R1C2
R2C1
R2C2
This interior horizontal cell border is specified using the following WordprocessingML:
<w:tblPr>
<w:tblBorders>
<w:insideH w:val="thickThinSmallGap" w:sz="24" w:space="0"
w:color="auto"/>
<w:insideV w:val="thickThinSmallGap" w:sz="24" w:space="0"
w:color="auto"/>
</w:tblBorders>
…
</w:tblPr>
The insideV element specifies a 3-point border of type thickThinSmallGap. end example]
This element’s content model is defined by the common border properties definition in 17.3.4.