[Table of Contents] [docx version]

Shared MLs Reference Material - Math

mcPr (Matrix Column Properties)

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 (count is 2) and three columns that are right justified (count is 3). end example]

Parent Elements

mc7.1.2.64)

 

Child Elements

Subclause

count (Matrix Column Count)

§7.1.2.21

mcJc (Matrix Column Justification)

§7.1.2.65

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

<complexType name="CT_MCPr">

   <sequence>

   <element name="count" type="CT_Integer255" minOccurs="0"/>

   <element name="mcJc" type="CT_XAlign" minOccurs="0"/>

   </sequence>

</complexType>