public final class OutlineValueType
extends com.aspose.ms.System.Enum
Specifies the type of an outline value.
Modifier and Type | Field and Description |
---|---|
static int |
Cost
Indicates Cost outline value type.
|
static int |
Date
Indicates Date outline value type.
|
static int |
Duration
Indicates Duration outline value type.
|
static int |
FinishDate
Indicates Finish Date outline value type.
|
static int |
Flag
Indicates Flag outline value type.
|
static int |
Null
Indicates Null outline value type.
|
static int |
Number
Indicates Number outline value type.
|
static int |
Text
Indicates Text outline value type.
|
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 Null
Indicates Null outline value type.
public static final int Date
Indicates Date outline value type.
public static final int Duration
Indicates Duration outline value type.
public static final int Cost
Indicates Cost outline value type.
public static final int Number
Indicates Number outline value type.
public static final int Flag
Indicates Flag outline value type.
public static final int Text
Indicates Text outline value type.
public static final int FinishDate
Indicates Finish Date outline value type.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.