<rPr> (Previous Run Properties)
This element specifies a set of run properties which shall be attributed to a revision by a particular author and at a particular time. This element contains the set of properties which have been tracked as a specific set of revisions by one author.
<w:r>
  <w:rPr>
    <w:b />
    <w:imprint />
    <w:lang w:val="en-ca" /> 
    <w:rPrChange w:author="user1">
      <w:rPr>
        <w:i /> 
        <w:dstrike w:val="false" />
      </w:rPr>
    </w:rPrChange> 
  </w:rPr>
</w:r>
The <rPr> element under <rPrChange> specifies the properties which were applied to the current run before revision tracking was turned on - in this case, italics using the <i> element (§2.3.2.14), and that any double strikethrough which was applied based on the style hierarchy shall be turned off using the <dstrike> element (§2.3.2.7). ]
Child Elements  | 
Subclause  | 
|---|---|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPrOriginal">
	<sequence>
	<group ref="EG_RPrBase" minOccurs="0" maxOccurs="unbounded"/>
	</sequence>
</complexType>