public final class BaselineType
extends com.aspose.ms.System.Enum
Specifies the baseline type used to calculate Variance values. While exporting into XML the Undefined values will be eliminated from resulting XML.
Modifier and Type | Field and Description |
---|---|
static int |
Baseline
Indicates Baseline type.
|
static int |
Baseline1
Indicates Baseline1 type.
|
static int |
Baseline10
Indicates Baseline10 type.
|
static int |
Baseline2
Indicates Baseline2 type.
|
static int |
Baseline3
Indicates Baseline3 type.
|
static int |
Baseline4
Indicates Baseline4 type.
|
static int |
Baseline5
Indicates Baseline5 type.
|
static int |
Baseline6
Indicates Baseline6 type.
|
static int |
Baseline7
Indicates Baseline7 type.
|
static int |
Baseline8
Indicates Baseline8 type.
|
static int |
Baseline9
Indicates Baseline9 type.
|
static int |
Undefined
Indicates the field was not defined in original project file.
|
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 Undefined
Indicates the field was not defined in original project file.
public static final int Baseline
Indicates Baseline type.
public static final int Baseline1
Indicates Baseline1 type.
public static final int Baseline2
Indicates Baseline2 type.
public static final int Baseline3
Indicates Baseline3 type.
public static final int Baseline4
Indicates Baseline4 type.
public static final int Baseline5
Indicates Baseline5 type.
public static final int Baseline6
Indicates Baseline6 type.
public static final int Baseline7
Indicates Baseline7 type.
public static final int Baseline8
Indicates Baseline8 type.
public static final int Baseline9
Indicates Baseline9 type.
public static final int Baseline10
Indicates Baseline10 type.