<rPr>
(Run Properties)
This element specifies the set of run properties which shall be applied to the run.
<w:style w:type="character" w:styleId="TestCharStyle"> <w:rPr> <w:dstrike/> </w:rPr> </w:style>
The <rPr>
element specified within the <style>
element specifies the set of run properties which shall be applied to the referencing run. In this example, the single run property applied is the fact that the paragraph shall be displayed with double strikethrough via the <dstrike>
element (§2.3.2.7). ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RPr">
<sequence>
<group ref="EG_RPrContent" minOccurs="0"/>
</sequence>
</complexType>