public final class MppFormat extends FormatBase
Represents Microsoft Project format.
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.
|
protected void |
dispose(boolean disposing)
Releases unmanaged and optionally managed resources.
|
MppMetadata |
getProjectInfo()
Gets the project metadata.
|
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
protected void dispose(boolean disposing)
Releases unmanaged and optionally managed resources.
dispose
in class FormatBase
disposing
- true
to release both managed and unmanaged resources;
false
to release only unmanaged resources.Copyright © 2019. All rights reserved.