[Table of Contents] [docx version]
WordprocessingML Reference Material - Table of Contents
This simple type specifies that its contents will contain one of the following:
• A color values in RRGGBB format (ST_HexColorRGB)
• The enumeration value auto (ST_HexColorAuto)
The contents of this measurement are interpreted based on the context of the parent XML element.
[Example: Consider a border color with value auto, as follows:
This color therefore may be automatically be modified by a consumer as appropriate, for example, in order to ensure that the border can be distinguished against the page's background color. end example]
This simple type is defined as a union of the following types:
• TheST_HexColorAuto simple type (§2.18.44).
• TheST_HexColorRGB simple type (§2.18.45).
Referenced By |
background@color (§2.2.1); bar@color (§2.3.1.4); bdr@color (§2.3.2.3); between@color (§2.3.1.5); bottom@color (§2.6.2); bottom@color (§2.4.3); bottom@color (§2.4.4); bottom@color (§2.15.2.4); bottom@color (§2.3.1.7); color@val (§2.3.2.5); color@val (§2.15.2.5); insideH@color (§2.4.17); insideH@color (§2.4.18); insideV@color (§2.4.19); insideV@color (§2.4.20); left@color (§2.15.2.21); left@color (§2.4.24); left@color (§2.6.7); left@color (§2.3.1.17); left@color (§2.4.27); right@color (§2.3.1.28); right@color (§2.4.30); right@color (§2.6.15); right@color (§2.15.2.35); right@color (§2.4.32); shd@color (§2.3.2.30); shd@color (§2.4.33); shd@color (§2.4.34); shd@color (§2.4.35); shd@color (§2.3.1.31); shd@fill (§2.3.2.30); shd@fill (§2.4.33); shd@fill (§2.4.34); shd@fill (§2.4.35); shd@fill (§2.3.1.31); tl2br@color (§2.4.70); top@color (§2.4.71); top@color (§2.3.1.42); top@color (§2.15.2.42); top@color (§2.4.74); top@color (§2.6.21); tr2bl@color (§2.4.76); u@color (§2.3.2.38) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_HexColor">
<union memberTypes="ST_HexColorAuto ST_HexColorRGB"/>
</simpleType>