<ST_WebColorType> (HTML Slide Navigation Control Colors)

This type specifies the coloring that should be used when outputting to web formats.

This simple type's contents are a restriction of the XML Schema token datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

<blackTextOnWhite> (Black Text on White Colors)

Black Text on White coloring should be used.

<browser> (Browser Colors)

Browser coloring should be used.

<none> (Non-specific Colors)

No specific coloring has been specified.

<presentationAccent> (Presentation Accent Colors)

Presentation accent coloring should be used.

<presentationText> (Presentation Text Colors)

Presentation text coloring should be used.

<whiteTextOnBlack> (White Text on Black Colors)

White text on black coloring should be used.

Referenced By

<webPr@clr>4.3.1.36)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_WebColorType">
	<restriction base="xsd:token">
	<enumeration value="none"/>
	<enumeration value="browser"/>
	<enumeration value="presentationText"/>
	<enumeration value="presentationAccent"/>
	<enumeration value="whiteTextOnBlack"/>
	<enumeration value="blackTextOnWhite"/>
	</restriction>
</simpleType>