<ST_Jc>
(Justification)
This Simple Type specifies the justification of Math Paragraphs. Justification of the Math Paragraph can be Left, Right, Centered, or Centered as Group.
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 each equation individually with respect to margins. |
|
Justifies equations with respect to each other, and centers the group of equations (the Math Paragraph) with respect to the page. |
|
Left justification of Math Paragraph |
|
Right Justification of Math Paragraph |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Jc">
<restriction base="xsd:string">
<enumeration value="left"/>
<enumeration value="right"/>
<enumeration value="center"/>
<enumeration value="centerGroup"/>
</restriction>
</simpleType>