<ST_VerticalAlignment>
(Vertical Alignment)
This simple type defines different vertical alignment parameters.
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 |
---|---|
|
Specifies bottom aligned. |
|
Specifies middle aligned. |
|
Specifies no vertical alignment. |
|
Specifies top aligned. |
Referenced By |
---|
|
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_VerticalAlignment" final="restriction">
<restriction base="xsd:token">
<enumeration value="t"/>
<enumeration value="mid"/>
<enumeration value="b"/>
<enumeration value="none"/>
</restriction>
</simpleType>