SpacingRuleType.Val Property
Value.Represents the attribte in schema: m:val
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'宣言
<SchemaAttrAttribute(, "val")> _
Public Property Val As IntegerValue
Get
Set
'使用
Dim instance As SpacingRuleType
Dim value As IntegerValue
value = instance.Val
instance.Val = value
[SchemaAttrAttribute(, "val")]
public IntegerValue Val { get; set; }
Property Value
Type: DocumentFormat.OpenXml.IntegerValue
Returns Int32Value.
Remarks
The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.
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 type.