[Table of Contents] [docx version]

Shared MLs Reference Material - Math

rSpRule (Row Spacing Rule)

This element specifies the type of vertical spacing between columns in a matrix. The following table demonstrates possible values of rSpRule along with their definitions and examples.

Value

Line spacing between rows

Example (non-normative)

0

Single line gap

 

1

1.5 line gap

 

2

2 line gap

 

3

Exactly (rely on value of rGp, measured in points)

 

4

Multiple (rely on value of rGp, measured in lines)

 

 

Parent Elements

eqArrPr7.1.2.35); 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>