22.1.2.35 eqArrPr

This element specifies the properties of the array object, including the vertical justification of the object and layout inside the object. [Example:

<m:eqArr>
  <m:eqArrPr>
    <m:baseJc m:val="bottom"/>
  </m:eqArrPr>
  <m:e>
    <m:r>
      <m:t>111&amp;a&amp;&amp;&amp;&amp;&amp;&amp;=&amp;&amp;c</m:t>
    </m:r>
  </m:e>
  <m:e>
    <m:r>
      <m:t>111&amp;a&amp;&amp;+&amp;111&amp;b&amp;&amp;=&amp;111&amp;c</m:t>
    </m:r>
  </m:e>
  <m:e>
    <m:r>
      <m:t>&amp;&amp;&amp;&amp;&amp;b&amp;&amp;=&amp;111&amp;c</m:t>
    </m:r>
  </m:e>
</m:eqArr>

end example]

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

Last updated on