17.4.61 tblPrEx

This element specifies a previous set of table-level property exceptions, the modifications to which shall be attributed to a revision by a particular author and at a particular time. This element contains the table-level property exceptions which were previously in place before a specific set of revisions by one author.

[Example: Consider the following two tables in a WordprocessingML document. 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):

If the border type is changed to a red border of type thinThickThinSmallGap with revisions tracked, as follows:

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

<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:tblPrExChange w:id="9"  >
      <w:tblPrEx>
          <w:tblBorders>
            <w:top w:val="thinThickThinSmallGap" w:sz="24" w:space="0"
              w:color="FF0000"/>
            <w:start w:val="thinThickThinSmallGap" w:sz="24" w:space="0"
              w:color="FF0000"/>
            <w:bottom w:val="thinThickThinSmallGap" w:sz="24" w:space="0"
              w:color="FF0000"/>
            <w:end w:val="thinThickThinSmallGap" w:sz="24" w:space="0"
              w:color="FF0000"/>
            <w:insideH w:val="thinThickThinSmallGap" w:sz="24" w:space="0"
              w:color="FF0000"/>
            <w:insideV w:val="thinThickThinSmallGap" w:sz="24" w:space="0"
              w:color="FF0000"/>
          </w:tblBorders>
      </w:tblPrEx>
    </w:tblPrExChange>
  </w:tblPrEx>
</w:tr>

The tblPrEx element as a child of tblPrExChange contains the previous definition for the table-level property exceptions, consisting of the properties set before the current tracked revision. end example]

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

Last updated on