<dstrike>
(Double Strikethrough)
This element specifies that the contents of this run shall be displayed with two horizontal lines through each character displayed on the line.
If this element is not present, the default value is to leave the formatting applied at previous level in the style hierarchy. If this element is never applied in the style hierarchy, then double strikethrough shall not be applied to the contents of this run.
This element shall not be present with the <strike>
(§2.3.2.35) property on the same run, since they are mutually exclusive in terms of appearance.
<w:rPr> <w:dstrike w:val="true"/> </w:rPr>
This run explicitly declares that the <dstrike>
property is true
, so the contents of this run will have two horizontal strikethrough lines. ]
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of <w:… w:val="off"/> The The possible values for this attribute are defined by the ST_OnOff simple type (§2.18.67). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>