[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

ST_HexColor (Color Value)

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:

<w:bottom … w:color="auto"/>

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 type2.18.44).

TheST_HexColorRGB simple type2.18.45).

Referenced By

background@color2.2.1); bar@color2.3.1.4); bdr@color2.3.2.3); between@color2.3.1.5); bottom@color2.6.2); bottom@color2.4.3); bottom@color2.4.4); bottom@color2.15.2.4); bottom@color2.3.1.7); color@val2.3.2.5); color@val2.15.2.5); insideH@color2.4.17); insideH@color2.4.18); insideV@color2.4.19); insideV@color2.4.20); left@color2.15.2.21); left@color2.4.24); left@color2.6.7); left@color2.3.1.17); left@color2.4.27); right@color2.3.1.28); right@color2.4.30); right@color2.6.15); right@color2.15.2.35); right@color2.4.32); shd@color2.3.2.30); shd@color2.4.33); shd@color2.4.34); shd@color2.4.35); shd@color2.3.1.31); shd@fill2.3.2.30); shd@fill2.4.33); shd@fill2.4.34); shd@fill2.4.35); shd@fill2.3.1.31); tl2br@color2.4.70); top@color2.4.71); top@color2.3.1.42); top@color2.15.2.42); top@color2.4.74); top@color2.6.21); tr2bl@color2.4.76); u@color2.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>