[Table of Contents] [docx version]

Shared MLs Reference Material - Math

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

bot (Bottom Alignment)

Aligns the bottom of the function to the baseline of the surrounding text.

center (Center (Function))

Centers the argument in the containing function.

top (Top)

Aligns the top row of the function to the baseline of the surrounding text.

 

Referenced By

baseJc@val7.1.2.9)

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>