public final class MaskType
extends com.aspose.ms.System.Enum
Specifies the type of a mask.
Modifier and Type | Field and Description |
---|---|
static int |
Characters
Indicates Characters mask type.
|
static int |
LowerCaseLetters
Indicates LowerCaseLetters mask type.
|
static int |
Null
Indicates Null mask type.
|
static int |
Numbers
Indicates Numbers mask type.
|
static int |
UpperCaseLetters
Indicates UpperCaseLetters mask type.
|
static int |
Val4
Indicates Lookup for Cost mask type.
|
static int |
Val5
Indicates Lookup for Dates mask type.
|
static int |
Val6
Indicates Lookup for Durations mask type.
|
static int |
Val7
Indicates Lookup for Numbers mask type.
|
static int |
Val8
Indicates Lookup for Flags mask type.
|
static int |
Val9
Indicates Lookup for FinishDate mask 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 mask type.
public static final int Numbers
Indicates Numbers mask type.
public static final int UpperCaseLetters
Indicates UpperCaseLetters mask type.
public static final int LowerCaseLetters
Indicates LowerCaseLetters mask type.
public static final int Characters
Indicates Characters mask type.
public static final int Val4
Indicates Lookup for Cost mask type.
public static final int Val5
Indicates Lookup for Dates mask type.
public static final int Val6
Indicates Lookup for Durations mask type.
public static final int Val7
Indicates Lookup for Numbers mask type.
public static final int Val8
Indicates Lookup for Flags mask type.
public static final int Val9
Indicates Lookup for FinishDate mask type.