public final class ImportanceChoices
extends com.aspose.ms.System.Enum
Enumerates the levels of importance for an item
Modifier and Type | Field and Description |
---|---|
static int |
High
Specifies high importance.
|
static int |
Low
Specifies low importance.
|
static int |
Normal
Specifies normal importance.
|
static int |
Undefined
The importance is not specified
|
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
The importance is not specified
public static final int Low
Specifies low importance.
public static final int Normal
Specifies normal importance.
public static final int High
Specifies high importance.