[Table of Contents] [docx version]
Shared MLs Reference Material - Math
cGpRule (Matrix Column Gap Rule)
This element specifies the type of horizontal spacing between columns in a matrix. Type of gap (horizontal spacing) between columns of a Matrix; the default is '0'. [Example: The following matrix has double spacing between columns:
The XML that represents this property in use is:
<m:mPr>
<m:cGpRule m:val="2"/>
<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 |
mPr (§7.1.2.68) |
Attributes |
Description | ||||||||||||||||||
val (Value) |
Specifies the type of spacing between rows and/or columns. Possible values are 0, 1, 2, 3, or 4, whose definitions are contained in the following table:
The possible values for this attribute are defined by the ST_SpacingRule simple type (§7.1.3.12). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_SpacingRule">
<attribute name="val" type="ST_SpacingRule" use="required"/>
</complexType>