22.1.2.66 mcPr

This element specifies the properties of the matrix column mn, including the number of columns and the type of justification. [Example: As an extreme example, the following matrix has two columns that are left justified 1 1 1 1 1 (count is 2) and three columns that are right justified (count is 3). end (23 23 23 23 23) 456 456 456 456 456 example]

[Example:

<m:m>
  <m:mPr>
    <m:mcs>
      <m:mc>
        <m:mcPr>
          <m:count m:val="3"/>
          <m:mcJc m:val="right"/>
        </m:mcPr>
      </m:mc>
    </m:mcs>
  </m:mPr>
  <m:mr>
    <m:e>
      <m:r>
        <m:t>1</m:t>
      </m:r>
    </m:e>
    <m:e>
      <m:r>
        <m:t>2222</m:t>
      </m:r>
    </m:e>
    <m:e>
      <m:r>
        <m:t>3</m:t>
      </m:r>
    </m:e>
  </m:mr>
  <m:mr>
    <m:e>
      <m:r>
        <m:t>4444</m:t>
      </m:r>
    </m:e>
    <m:e>
      <m:r>
        <m:t>5</m:t>
      </m:r>
    </m:e>
    <m:e>
      <m:r>
        <m:t>6666</m:t>
      </m:r>
    </m:e>
  </m:mr>
</m:m>

All three columns are right aligned.

end example]

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

Last updated on