[Table of Contents] [docx version]
Shared MLs Reference Material - Math
This element specifies the number of columns to which a property applies. [Example: The example below represents that two of the columns in the matrix described by the XML have the center property.
<m:mPr>
<m:cSp m:val="120"/>
<m:mcs>
<m:mc>
<m:mcPr>
<m:mcJc m:val="center"/>
<m:count m:val="2"/>
</m:mcPr>
</m:mc>
</m:mcs>
</m:mPr>
end example]
Parent Elements |
mcPr (§7.1.2.66) |
Attributes |
Description |
val (Value) |
Specifies the number of columns to which a column attribute applies.
[Example: A count attribute value of 3 specifies that the property applies to the first three columns of the matrix. end example]
The possible values for this attribute are defined by the ST_Integer255 simple type (§7.1.3.6). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Integer255">
<attribute name="val" type="ST_Integer255" use="required"/>
</complexType>