[Table of Contents] [docx version]
Shared MLs Reference Material - Math
ST_XAlign (Horizontal Alignment)
Possible values are left, center, and right.
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 |
center (Center) |
Centers the argument in the containing function. |
left (Left Justification) |
Aligns the argument to the left of the containing function. |
right (Right) |
Aligns the argument to the right of the containing function. |
Referenced By |
mcJc@val (§7.1.2.65) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_XAlign">
<restriction base="xsd:string">
<enumeration value="left"/>
<enumeration value="center"/>
<enumeration value="right"/>
</restriction>
</simpleType>