Package com.aspose.tasks
Class ApplicationInfo
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.ApplicationInfo
-
public final class ApplicationInfo extends com.aspose.ms.System.Enum
Specifies the project version where the file was created.
-
-
Field Summary
Fields Modifier and Type Field Description static int
MSP2000
File was created in Microsoft Project 2000/2002.static int
MSP2003
File was created in Microsoft Project 2003.static int
MSP2007
File was created in Microsoft Project 2007.static int
MSP2010
File was created in Microsoft Project 2010.static int
MSP2013
File was created in Microsoft Project 2013.static int
MSP2016
File was created in Microsoft Project 2016.static int
Undefined
Can not be defined.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
Undefined
public static final int Undefined
Can not be defined.
- See Also:
- Constant Field Values
-
MSP2000
public static final int MSP2000
File was created in Microsoft Project 2000/2002.
- See Also:
- Constant Field Values
-
MSP2003
public static final int MSP2003
File was created in Microsoft Project 2003.
- See Also:
- Constant Field Values
-
MSP2007
public static final int MSP2007
File was created in Microsoft Project 2007.
- See Also:
- Constant Field Values
-
MSP2010
public static final int MSP2010
File was created in Microsoft Project 2010.
- See Also:
- Constant Field Values
-
MSP2013
public static final int MSP2013
File was created in Microsoft Project 2013.
- See Also:
- Constant Field Values
-
MSP2016
public static final int MSP2016
File was created in Microsoft Project 2016.
- See Also:
- Constant Field Values
-
-