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 |
getProjectInfo()
Gets the project metadata.
|
MppMetadata |
getProjectProperties()
Deprecated.
|
int |
getType()
Gets document type.
|
close, 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 final MppMetadata getProjectInfo()
Gets the project metadata.
public int getType()
Gets document type.
getType
in class FormatBase
public void cleanMetadata()
Metadata cleaning is not supported in this version.
cleanMetadata
in class FormatBase
@Deprecated public final MppMetadata getProjectProperties()
Gets the metadata properties.
MppMetadata
.Copyright © 2018. All rights reserved.