<tblPrEx> (Previous Table-Level Property Exceptions)

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:

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:left 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:right 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:left 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:right 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. ]

Parent Elements

<tblPrExChange>2.13.5.37)

Child Elements

Subclause

<jc> (Table Alignment Exception)

§2.4.21

<shd> (Table Shading Exception)

§2.4.34

<tblBorders> (Table Borders Exceptions)

§2.4.37

<tblCellMar> (Table Cell Margin Exceptions)

§2.4.40

<tblCellSpacing> (Table Cell Spacing Exception)

§2.4.41

<tblInd> (Table Indent from Leading Margin Exception)

§2.4.47

<tblLayout> (Table Layout Exception)

§2.4.50

<tblLook> (Table Style Conditional Formatting Settings Exception)

§2.4.52

<tblW> (Preferred Table Width Exception)

§2.4.60

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TblPrExBase">
	<sequence>
	<element name="tblW" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
	<element name="jc" type="CT_Jc" minOccurs="0" maxOccurs="1"/>
	<element name="tblCellSpacing" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
	<element name="tblInd" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
	<element name="tblBorders" type="CT_TblBorders" minOccurs="0" maxOccurs="1"/>
	<element name="shd" type="CT_Shd" minOccurs="0" maxOccurs="1"/>
	<element name="tblLayout" type="CT_TblLayoutType" minOccurs="0" maxOccurs="1"/>
	<element name="tblCellMar" type="CT_TblCellMar" minOccurs="0" maxOccurs="1"/>
	<element name="tblLook" type="CT_ShortHexNumber" minOccurs="0" maxOccurs="1"/>
	</sequence>
</complexType>