17.3.2.15 highlight
This element specifies a highlighting color which is applied as a background behind the contents of this run.
If this run has any background shading specified using the shd element (17.3.2.32), then the background shading shall be superseded by the highlighting color when the contents of this run are displayed.
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 text highlighting shall not be applied to the contents of this run.
[Example: Consider a run within a paragraph which has run shading applied as well as yellow text highlighting using the highlight element. This formatting is specified using the following WordprocessingML:
<w:rPr>
<w:highlight w:val="yellow" />
<w:shd w:themeFill="accent2" w:themeFillTint="66" />
</w:rPr>
The resulting run would have yellow highlighting visible over its contents, as the highlighting supersedes the shading for the contents of the run. end example]
Attributes
val
(Highlighting
Specifies the color of the text highlighting which shall be applied to the contents of this
Attributes
Color)
run.
[Example: Consider a text run which must be displayed with colored text highlighting. This highlighting would be specified using the following WordprocessingML:
<w:rPr>
<w:highlight w:val="red" />
</w:rPr>
The resulting text highlighting would be red, as this is the color specified by the val attribute. end example]
The possible values for this attribute are defined by the ST_HighlightColor simple type (17.18.40).
[Note: The W3C XML Schema definition of this element’s content model (CT_Highlight) is located in A.1. end note]