<ST_OnOffStyleType> (On/Off Style Type)

This simple type represents whether a style property should be applied.

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

<def> (Default)

Follow parent settings. For a themed property, follow the theme settings. For an unthemed property, follow the parent setting in the property inheritance chain.

<off> (Off)

Property is off.

<on> (On)

Property is on.

Referenced By

<tcTxStyle@b>5.1.4.2.30); <tcTxStyle@i>5.1.4.2.30)

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

<simpleType name="ST_OnOffStyleType">
	<restriction base="xsd:token">
	<enumeration value="on"/>
	<enumeration value="off"/>
	<enumeration value="def"/>
	</restriction>
</simpleType>