<ST_TextVertOverflowType> (Text Vertical Overflow)

This type specifies the text vertical overflow.

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 Overflow Enum ( Clip ))

Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible.

<ellipsis> (Text Overflow Enum ( Ellipsis ))

Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible.

<overflow> (Text Overflow Enum ( Overflow ))

Overflow the text and pay no attention to top and bottom barriers.

Referenced By

<bodyPr@vertOverflow>5.1.5.1.1)

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

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