public final class ProjectFileInfo extends Object
The class instance contains information about project file format and version of Microsoft Project where the file was created.
Modifier and Type | Method and Description |
---|---|
boolean |
canRead()
Defines can Aspose.Tasks process the project file.
|
int |
getProjectApplicationInfo()
Project file application info.
|
int |
getProjectFileFormat()
Project file format.
|
public boolean canRead()
Defines can Aspose.Tasks process the project file.
public int getProjectFileFormat()
Project file format.
Read only Aspose.Tasks.FileFormat
.
public int getProjectApplicationInfo()
Project file application info.
Read only Aspose.Tasks.ApplicationInfo
.
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.