Package com.aspose.tasks
Class FileFormat
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.FileFormat
-
public final class FileFormat extends com.aspose.ms.System.Enum
Specifies the project's file format.
-
-
Field Summary
Fields Modifier and Type Field Description static int
HTML
Represents HTML formatstatic int
MPP12
Microsoft Project 2007 format.static int
MPP14
Microsoft Project 2010 format.static int
MPP8
Microsoft Project 2000 format.static int
MPP9
Microsoft Project 2003 format.static int
MPT12
Microsoft Project 2007 template format.static int
MPT14
Microsoft Project 2010 (2013) template format.static int
MPT9
Microsoft Project 2003 template format.static int
MPX
Mpx file formatstatic int
P6XML
Represents Primavera P6 XML format.static int
Undefined
Can not be defined.static int
XER
Represents Primavera XER formatstatic int
XML
Microsoft Project XML format.
-
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
-
P6XML
public static final int P6XML
Represents Primavera P6 XML format.
- See Also:
- Constant Field Values
-
XML
public static final int XML
Microsoft Project XML format.
Full XSD schema validation is not implemented here.- See Also:
- Constant Field Values
-
MPP8
public static final int MPP8
Microsoft Project 2000 format.
- See Also:
- Constant Field Values
-
MPP9
public static final int MPP9
Microsoft Project 2003 format.
- See Also:
- Constant Field Values
-
MPP12
public static final int MPP12
Microsoft Project 2007 format.
- See Also:
- Constant Field Values
-
MPP14
public static final int MPP14
Microsoft Project 2010 format.
- See Also:
- Constant Field Values
-
MPT9
public static final int MPT9
Microsoft Project 2003 template format.
- See Also:
- Constant Field Values
-
MPT12
public static final int MPT12
Microsoft Project 2007 template format.
- See Also:
- Constant Field Values
-
MPT14
public static final int MPT14
Microsoft Project 2010 (2013) template format.
- See Also:
- Constant Field Values
-
MPX
public static final int MPX
Mpx file format
- See Also:
- Constant Field Values
-
XER
public static final int XER
Represents Primavera XER format
- See Also:
- Constant Field Values
-
HTML
public static final int HTML
Represents HTML format
- See Also:
- Constant Field Values
-
-