[Table of Contents] [docx version]

Shared MLs Reference Material - Math

jc (Justification)

This element specifies justification of the math paragraph (a series of adjacent equations within the same paragraph). A math paragraph can be Left Justified, Right Justified, Centered, or Centered as Group. If this element is omitted, the math paragraph is Centered as Group. This means that the equations can be aligned with respect to each other, but the entire group of equations is centered as a whole. [Example: An example of Centered as Group is the following example, in which each equation is left-aligned, but the series is centered:

 

The XML that demonstrates jc in use is:

<m:oMathParaPr>
<m:jc m:val="right"/>
</m:oMathParaPr>

end example]

Parent Elements

oMathParaPr7.1.2.79)

 

Attributes

Description

val (Value)

Specifies the default justification of equations in the document. Possible values are center, centerGroup, left, and right.

 

The possible values for this attribute are defined by the ST_Jc simple type7.1.3.7).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_OMathJc">

   <attribute name="val" type="ST_Jc"/>

</complexType>