public final class MathSpacingRules
extends com.aspose.ms.System.Enum
Types of gap (horizontal spacing) between columns of a matrix
Modifier and Type | Field and Description |
---|---|
static int |
DoubleSpacingGap
Double spacing (2 ems for columns or 2 lines for rows)
|
static int |
Exactly
Exactly value
For columns, rely on value of ColumnGap, measured in twips
For rows, rely on value of RowGap, measured in twips
|
static int |
Multiple
Multiple
For columns, rely on value of ColumnGap, measured in 0.5 em increments
For rows, rely on value of RowGap, measured in lines
|
static int |
OneAndHalfSpacingGap
One and a half (1.5 ems for columns or 1.5 lines for rows)
|
static int |
SingleSpacingGap
Single (1 em for columns or 1 line for rows)
|
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 SingleSpacingGap
Single (1 em for columns or 1 line for rows)
public static final int OneAndHalfSpacingGap
One and a half (1.5 ems for columns or 1.5 lines for rows)
public static final int DoubleSpacingGap
Double spacing (2 ems for columns or 2 lines for rows)
public static final int Exactly
Exactly value For columns, rely on value of ColumnGap, measured in twips For rows, rely on value of RowGap, measured in twips
public static final int Multiple
Multiple For columns, rely on value of ColumnGap, measured in 0.5 em increments For rows, rely on value of RowGap, measured in lines