<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 |
---|---|
|
Pay attention to top and bottom barriers. Provide no indication that there is text which is not visible. |
|
Pay attention to top and bottom barriers. Use an ellipsis to denote that there is text which is not visible. |
|
Overflow the text and pay no attention to top and bottom barriers. |
Referenced By |
---|
|
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>