<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) |
Attributes |
Description |
||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
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>