[Table of Contents] [docx version]
VML Reference Material - VML
This simple type specifies types of alignment.
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 |
bottom (Bottom Alignment) |
Bottom vertical alignment. |
center (Center Alignment) |
Center horizontal alignment. |
left (Left Alignment) |
Left horizontal alignment. |
middle (Middle Alignment) |
Middle vertical alignment. |
right (Right Alignment) |
Right horizontal alignment. |
top (Top Alignment) |
Top vertical alignment. |
Referenced By |
r@how (§6.2.2.21) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_How">
<restriction base="xsd:string">
<enumeration value="top"/>
<enumeration value="middle"/>
<enumeration value="bottom"/>
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
</restriction>
</simpleType>