<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 |
---|---|
|
Centers the argument in the containing function. |
|
Aligns the argument to the left of the containing function. |
|
Aligns the argument to the right of the containing function. |
Referenced By |
---|
|
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>