OutlineValueType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class OutlineValueType extends System.Enum
Specifies the type of an outline value.
Fields
Field | Description |
---|---|
Cost | Indicates Cost outline value type. |
Date | Indicates Date outline value type. |
Duration | Indicates Duration outline value type. |
FinishDate | Indicates Finish Date outline value type. |
Flag | Indicates Flag outline value type. |
Null | Indicates Null outline value type. |
Number | Indicates Number outline value type. |
Text | Indicates Text outline value type. |
Cost
public static final int Cost
Indicates Cost outline value type.
Date
public static final int Date
Indicates Date outline value type.
Duration
public static final int Duration
Indicates Duration outline value type.
FinishDate
public static final int FinishDate
Indicates Finish Date outline value type.
Flag
public static final int Flag
Indicates Flag outline value type.
Null
public static final int Null
Indicates Null outline value type.
Number
public static final int Number
Indicates Number outline value type.
Text
public static final int Text
Indicates Text outline value type.