[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

mPr7.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:

 

Value

Column/Row Gap

Example

0

Single spacing gap

 

1

1.5 spacing gap

 

2

2 spacing gap

 

3

Exactly
(for columns, rely on value of cGp, measured in points)

(for rows, rely on value of rSp, measured in points)

 

4

Multiple

(for columns, rely on value of cGp, measured in lines)

(for rows, rely on value of rSp, measured in lines)

 

 

 

The possible values for this attribute are defined by the ST_SpacingRule simple type7.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>