Package | Description |
---|---|
com.groupdocs.viewer |
The package provides classes for rendering documents in HTML5, Image or PDF modes fast and with high quality.
|
com.groupdocs.viewer.caching.extra |
The package provides functionality for using custom models in cache implementation.
|
Modifier and Type | Method and Description |
---|---|
List<Attachment> |
Viewer.getAttachments()
Returns attachments contained by the document.
|
Modifier and Type | Method and Description |
---|---|
void |
Viewer.saveAttachment(Attachment attachment,
OutputStream destination)
Saves attachment file to destination stream.
|
Modifier and Type | Method and Description |
---|---|
Attachment |
CacheableFactory.newAttachment(String fileName,
String filePath)
Creates implementation of LotusNotesViewInfo interface
|
Attachment |
CacheableFactory.newAttachment(String id,
String fileName,
String filePath,
FileType fileType,
long size)
Creates implementation of LotusNotesViewInfo interface
|
Attachment |
CacheableFactory.newAttachment(String id,
String fileName,
String filePath,
long size)
Creates implementation of LotusNotesViewInfo interface
|