public final class FileFormat extends Object
Specifies the project's file format.
Modifier and Type | Field and Description |
---|---|
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 |
Undefined
Can not be defined.
|
static int |
XML
Microsoft Project XML format.
|
public static final int Undefined
Can not be defined.
public static final int XML
Microsoft Project XML format.
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.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.