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. Use canRead method to define whether Aspose.Tasks can process the project file.
Modifier and Type | Method and Description |
---|---|
boolean |
canRead()
Defines can Aspose.Tasks process the project file.
|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
boolean |
equals(ProjectFileInfo other)
Returns a value indicating whether this instance is equal to a specified object.
|
int |
getProjectApplicationInfo()
Returns project file application info.
|
int |
getProjectFileFormat()
Returns project file format.
|
int |
hashCode()
Returns a hash code value for the instance of the
ProjectFileInfo class. |
public boolean canRead()
Defines can Aspose.Tasks process the project file.
public boolean equals(ProjectFileInfo other)
Returns a value indicating whether this instance is equal to a specified object.
other
- The specified object to compare with this instance.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
public int getProjectApplicationInfo()
Returns project file application info.
Read only ApplicationInfo
.
public int getProjectFileFormat()
Returns project file format.
Read only FileFormat
.