<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 |
---|---|
|
When a big character does not fit into a line, clip it at the proper horizontal overflow. |
|
When a big character does not fit into a line, allow a horizontal overflow. |
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>