public final class FileFormat
extends com.aspose.ms.System.Enum
Specifies the project's file format.
Modifier and Type | Field and Description |
---|---|
static int |
HTML
Represents Html format
|
static 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 format
|
static int |
P6XML
Represents Primavera P6 XML format.
|
static int |
Undefined
Can not be defined.
|
static int |
XER
Represents Primavera Xer format
|
static int |
XML
Microsoft Project XML format.
|
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
Can not be defined.
public static final int P6XML
Represents Primavera P6 XML format.
public static final int XML
Microsoft Project XML format. Full XSD schema validation is not implemented here.
public static final int MPP8
Microsoft Project 2000 format.
public static final int MPP9
Microsoft Project 2003 format.
public static final int MPP12
Microsoft Project 2007 format.
public static final int MPP14
Microsoft Project 2010 format.
public static final int MPT9
Microsoft Project 2003 template format.
public static final int MPT12
Microsoft Project 2007 template format.
public static final int MPT14
Microsoft Project 2010(2013) template format.
public static final int MPX
Mpx file format
public static final int XER
Represents Primavera Xer format
public static final int HTML
Represents Html format
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.