public final class MppFormat extends FormatBase
Represents Microsoft Project format.
filePath, stream
Constructor and Description |
---|
MppFormat(InputStream input)
Initializes a new instance of the
MppFormat class. |
MppFormat(String fileName)
Initializes a new instance of the
MppFormat class. |
Modifier and Type | Method and Description |
---|---|
void |
cleanMetadata()
Metadata cleaning is not supported in this version.
|
MppMetadata |
getProjectProperties()
Gets the metadata properties.
|
int |
getType()
Gets document type.
|
dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public MppFormat(String fileName)
Initializes a new instance of the MppFormat
class.
fileName
- Absolute path to the file.public MppFormat(InputStream input)
Initializes a new instance of the MppFormat
class.
input
- File stream.public int getType()
Gets document type.
Value: Document type.getType
in class FormatBase
public void cleanMetadata()
Metadata cleaning is not supported in this version.
cleanMetadata
in class FormatBase
public final MppMetadata getProjectProperties()
Gets the metadata properties.
MppMetadata
.Copyright © 2017. All rights reserved.