MathRowSpacingRule

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class MathRowSpacingRule extends System.Enum

The type of vertical spacing between columns in a matrix or array

Fields

FieldDescription
SingleLineGapsingle line gap
OneAndAHalfLineGapOne and a half line gap
TwoLineGapTwo lines gap
ExactlyExactly (rely on value of the RowSpacing property, measured in points)
MultipleMultiple (rely on value of the RowSpacing property, measured in lines)

SingleLineGap

public static final int SingleLineGap

single line gap

OneAndAHalfLineGap

public static final int OneAndAHalfLineGap

One and a half line gap

TwoLineGap

public static final int TwoLineGap

Two lines gap

Exactly

public static final int Exactly

Exactly (rely on value of the RowSpacing property, measured in points)

Multiple

public static final int Multiple

Multiple (rely on value of the RowSpacing property, measured in lines)