Modifier and Type | Method and Description |
---|---|
DocumentInfo |
Attachment.getDocumentInfo()
Gets the information about a document stored in the attached file.
|
static DocumentInfo |
Document.getInfo(InputStream stream)
Gets the information about the format of a document stored in the stream.
|
DocumentInfo |
DocumentFactory.getInfo(InputStream stream)
Gets an information about the format of a document stored in the stream.
|
DocumentInfo |
IDocumentFactory.getInfo(InputStream stream)
Gets an information about the format of a document stored in the stream.
|
static DocumentInfo |
Document.getInfo(String filePath)
Gets the information about the format of a document stored in the file.
|
DocumentInfo |
DocumentFactory.getInfo(String filePath)
Gets an information about the format of a document stored in the file.
|
DocumentInfo |
IDocumentFactory.getInfo(String filePath)
Gets an information about the format of a document stored in the file.
|
Copyright © 2018. All rights reserved.