<ST_PrintColorMode> (Print Color Mode)

This type specifies the color mode that should be used when printing a presentation document.

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

<bw> (Black and White Mode)

Print should be in Black and White only

<clr> (Color Mode)

Print should be in Full Color

<gray> (Grayscale Mode)

Print should be in Grayscale only

Referenced By

<prnPr@clrMode>4.3.1.26)

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

<simpleType name="ST_PrintColorMode">
	<restriction base="xsd:token">
	<enumeration value="bw"/>
	<enumeration value="gray"/>
	<enumeration value="clr"/>
	</restriction>
</simpleType>