public final class MathRowSpacingRule
extends com.aspose.ms.System.Enum
The type of vertical spacing between columns in a matrix or array
Modifier and Type | Field and Description |
---|---|
static int |
Exactly
Exactly (rely on value of the RowSpacing property, measured in points)
|
static int |
Multiple
Multiple (rely on value of the RowSpacing property, measured in lines)
|
static int |
OneAndAHalfLineGap
One and a half line gap
|
static int |
SingleLineGap
single line gap
|
static int |
TwoLineGap
Two lines gap
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int SingleLineGap
single line gap
public static final int OneAndAHalfLineGap
One and a half line gap
public static final int TwoLineGap
Two lines gap
public static final int Exactly
Exactly (rely on value of the RowSpacing property, measured in points)
public static final int Multiple
Multiple (rely on value of the RowSpacing property, measured in lines)