public final class OneNoteFormat extends FormatBase
Represents OneNote format.
filePath, stream
Constructor and Description |
---|
OneNoteFormat(InputStream input)
Initializes a new instance of the
OneNoteFormat class. |
OneNoteFormat(String fileName)
Initializes a new instance of the
OneNoteFormat class. |
Modifier and Type | Method and Description |
---|---|
void |
cleanMetadata()
Removes (reset) metadata.
|
OneNotePageInfo[] |
getPages()
Gets array of
OneNotePageInfo presented in document. |
int |
getType()
Gets document type.
|
close, dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public OneNoteFormat(String fileName)
Initializes a new instance of the OneNoteFormat
class.
fileName
- The file name.public OneNoteFormat(InputStream input)
Initializes a new instance of the OneNoteFormat
class.
input
- The input.public int getType()
Gets document type.
getType
in class FormatBase
public final OneNotePageInfo[] getPages()
Gets array of OneNotePageInfo
presented in document.
OneNotePageInfo
.public void cleanMetadata()
Removes (reset) metadata.
cleanMetadata
in class FormatBase