<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).
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
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>