22.1.2.79 oMathParaPr

This property specifies properties of the math paragraph oMathPara, including justification jc.

[Example:

<m:oMathPara>
  <m:oMathParaPr>
    <m:jc m:val="right"/>
  </m:oMathParaPr>
  <m:oMath>
    <m:r>
      <m:t>1+1=2</m:t>
    </m:r>
    <m:r>
      <w:br/>
    </m:r>
  </m:oMath>
  <m:oMath>
    <m:r>
      <m:t>2+2=4</m:t>
    </m:r>
  </m:oMath>
</m:oMathPara>

end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_OMathParaPr) is located in A.6.1. end note]

Last updated on