17.4.60 tblPrEx

This element specifies a set of table properties which shall be applied to the contents of this row in place of the table properties specified in the tblPr element.

[Note: These properties are typically used in cases involving legacy documents, as well as cases where two existing independent tables are merged (in order to prevent the look of the second table from being superseded by the first table). end note]

[Example: Consider the following two tables in a WordprocessingML document:

These two tables each have a different set of table level borders. If the interceding paragraphs between these two tables is removed and the tables are merged together, it is obviously undesirable to have the second table lose its formatting and match the properties of the first table. Therefore, when the tables are merged as follows (note that there is now only one table):

The resulting WordprocessingML for the last three rows of the table would include the following set of table- level property exceptions:

<w:tr>
  <w:tblPrEx>
    <w:tblBorders>
      <w:top w:val="thinThickThinMediumGap" w:sz="24" w:space="0"
w:color="auto"/>
      <w:start w:val="thinThickThinMediumGap" w:sz="24" w:space="0"
w:color="auto"/>
      <w:bottom w:val="thinThickThinMediumGap" w:sz="24" w:space="0"
w:color="auto"/>
      <w:end w:val="thinThickThinMediumGap" w:sz="24" w:space="0"
w:color="auto"/>
      <w:insideH w:val="thinThickThinMediumGap" w:sz="24" w:space="0"
w:color="auto"/>
      <w:insideV w:val="thinThickThinMediumGap" w:sz="24" w:space="0"
w:color="auto"/>
    </w:tblBorders>
  </w:tblPrEx>
</w:tr>

The tblPrEx element contains all table-level properties which are being overridden for the current row in the table. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_TblPrEx) is located in A.1. end note]

Last updated on