<ST_TextHorzOverflowType> (Text Horizontal Overflow Types)

This type specifies the text horizontal overflow types

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

<clip> (Text Horizontal Overflow Enum ( Clip ))

When a big character does not fit into a line, clip it at the proper horizontal overflow.

<overflow> (Text Horizontal Overflow Enum ( Overflow ))

When a big character does not fit into a line, allow a horizontal overflow.

Referenced By

<bodyPr@horzOverflow>5.1.5.1.1); <tcPr@horzOverflow>5.1.6.15)

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

<simpleType name="ST_TextHorzOverflowType">
	<restriction base="xsd:token">
	<enumeration value="overflow"/>
	<enumeration value="clip"/>
	</restriction>
</simpleType>