<ST_YAlign>
(Vertical Alignment)
Possible values are bot
, center
, and top
.
This simple type's contents are a restriction of the XML Schema string datatype.
The following are possible enumeration values for this type:
Enumeration Value |
Description |
---|---|
|
Aligns the bottom of the function to the baseline of the surrounding text. |
|
Centers the argument in the containing function. |
|
Aligns the top row of the function to the baseline of the surrounding text. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_YAlign">
<restriction base="xsd:string">
<enumeration value="top"/>
<enumeration value="center"/>
<enumeration value="bot"/>
</restriction>
</simpleType>