FileFormat
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class FileFormat extends System.Enum
Specifies the project’s file format.
Fields
Field | Description |
---|---|
HTML | Represents HTML format |
MPP12 | Microsoft Project 2007 format. |
MPP14 | Microsoft Project 2010 format. |
MPP8 | Microsoft Project 2000 format. |
MPP9 | Microsoft Project 2003 format. |
MPT12 | Microsoft Project 2007 template format. |
MPT14 | Microsoft Project 2010 (2013) template format. |
MPT9 | Microsoft Project 2003 template format. |
MPX | Mpx file format |
P6XML | Represents Primavera P6 XML format. |
ProjectServer | Project was read from Project Server or Project Online |
Undefined | Can not be defined. |
XER | Represents Primavera XER format |
XML | Microsoft Project XML format. |
HTML
public static final int HTML
Represents HTML format
MPP12
public static final int MPP12
Microsoft Project 2007 format.
MPP14
public static final int MPP14
Microsoft Project 2010 format.
MPP8
public static final int MPP8
Microsoft Project 2000 format.
MPP9
public static final int MPP9
Microsoft Project 2003 format.
MPT12
public static final int MPT12
Microsoft Project 2007 template format.
MPT14
public static final int MPT14
Microsoft Project 2010 (2013) template format.
MPT9
public static final int MPT9
Microsoft Project 2003 template format.
MPX
public static final int MPX
Mpx file format
P6XML
public static final int P6XML
Represents Primavera P6 XML format.
ProjectServer
public static final int ProjectServer
Project was read from Project Server or Project Online
Undefined
public static final int Undefined
Can not be defined.
XER
public static final int XER
Represents Primavera XER format
XML
public static final int XML
Microsoft Project XML format.
Full XSD schema validation is not implemented here.