17.4.22 insideH

This element specifies the border which shall be displayed on all horizontal table cell borders which are not on an outmost edge of the parent table (all horizontal borders which are not the topmost or bottommost 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 horizontal borders of this table shall have the border specified by the associated table style. If no inside horizontal edge border is specified in the style hierarchy, then this table shall not have an inside horizontal 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 insideH 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.

Last updated on