17.18.40 ST_HighlightColor
This simple type specifies the possible values for highlighting colors which can be applied as a background behind the contents of a text run.
[Example: Consider a run within a paragraph which has yellow text highlighting using the highlight element. This formatting is specified using the following WordprocessingML:
<w:rPr>
<w:highlight w:val="yellow" />
</w:rPr>
The resulting run would have yellow highlighting visible over its contents. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Highlighting Color)
Specifies that the text highlighting color for this run shall be black.
The hexadecimal RGB value for this setting shall be 000000.
(Blue Highlighting Color)
Specifies that the text highlighting color for this run shall be blue.
The hexadecimal RGB value for this setting shall be 0000FF.
Specifies that the text highlighting color for this run shall be cyan.
The hexadecimal RGB value for this setting shall be 00FFFF.
Specifies that the text highlighting color for this run shall be dark blue.
The hexadecimal RGB value for this setting shall be 00008B.
Specifies that the text highlighting color for this run shall be dark cyan.
The hexadecimal RGB value for this setting shall be 008B8B.
Specifies that the text highlighting color for this run shall be dark gray.
Enumeration Value
(Dark Magenta Highlighting Color)
(Dark Red Highlighting Color)
Highlighting Color)
(Magenta Highlighting Color)
Description
The hexadecimal RGB value for this setting shall be A9A9A9.
Specifies that the text highlighting color for this run shall be dark green.
The hexadecimal RGB value for this setting shall be 006400.
Specifies that the text highlighting color for this run shall be dark magenta.
The hexadecimal RGB value for this setting shall be 800080.
Specifies that the text highlighting color for this run shall be dark red.
The hexadecimal RGB value for this setting shall be 8B0000.
Specifies that the text highlighting color for this run shall be dark cyan.
The hexadecimal RGB value for this setting shall be 808000.
Specifies that the text highlighting color for this run shall be green.
The hexadecimal RGB value for this setting shall be 00FF00.
Specifies that the text highlighting color for this run shall be light gray.
The hexadecimal RGB value for this setting shall be D3D3D3.
Specifies that the text highlighting color for this run shall be magenta.
The hexadecimal RGB value for this setting shall be FF00FF.
Specifies that this text run shall have no text highlighting applied to its contents.
Specifies that the text highlighting color for this run shall be red.
Enumeration Value
Highlighting Color)
Description
The hexadecimal RGB value for this setting shall be FF0000.
Specifies that the text highlighting color for this run shall be white.
The hexadecimal RGB value for this setting shall be FFFFFF.
Specifies that the text highlighting color for this run shall be yellow.
The hexadecimal RGB value for this setting shall be FFFF00.
[Note: The W3C XML Schema definition of this simple type’s content model (ST_HighlightColor) is located in A.1. end note]