Package | Description |
---|---|
com.groupdocs.watermark.legacy |
The package provides legacy API classes for working with watermarks in a document of any supported type.
|
Modifier and Type | Method and Description |
---|---|
DocumentInfo |
Attachment.getDocumentInfo()
Deprecated.
Gets the information about a document stored in the attached file.
|
static DocumentInfo |
Document.getInfo(InputStream stream)
Deprecated.
Gets the information about the format of a document stored in the stream.
|
DocumentInfo |
DocumentFactory.getInfo(InputStream stream)
Deprecated.
Gets an information about the format of a document stored in the stream.
|
DocumentInfo |
IDocumentFactory.getInfo(InputStream stream)
Deprecated.
Gets an information about the format of a document stored in the stream.
|
static DocumentInfo |
Document.getInfo(String filePath)
Deprecated.
Gets the information about the format of a document stored in the file.
|
DocumentInfo |
DocumentFactory.getInfo(String filePath)
Deprecated.
Gets an information about the format of a document stored in the file.
|
DocumentInfo |
IDocumentFactory.getInfo(String filePath)
Deprecated.
Gets an information about the format of a document stored in the file.
|