Package | Description |
---|---|
com.groupdocs.viewer.domain |
The GroupDocs.Viewer.Domain namespace provides common classes to operate with GroupDocs.Viewer.
|
com.groupdocs.viewer.domain.containers |
The GroupDocs.Viewer.Domain.Containers namespace provides classes for working with document rendering results.
|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Class and Description |
---|---|
class |
Attachment
Attachment class.
|
class |
EmailAttachment
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<AttachmentBase> |
DocumentInfoContainer.getAttachments()
Gets the attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoContainer.setAttachments(List<AttachmentBase> value)
Gets the attachments.
|
Modifier and Type | Method and Description |
---|---|
FileContainer |
ViewerHandler.getFile(AttachmentBase attachment)
Get attachment file.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(AttachmentBase attachment)
Get list of pages HTML representations for attachment.
|
List<PageImage> |
ViewerImageHandler.getPages(AttachmentBase attachment)
Get list of pages image representations for attachment.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(AttachmentBase attachment,
HtmlOptions htmlOptions)
Get list of pages HTML representations for attachment.
|
List<PageImage> |
ViewerImageHandler.getPages(AttachmentBase attachment,
ImageOptions imageOptions)
Get list of pages image representations for attachment.
|
List<T> |
ViewerHandler.getPages(AttachmentBase attachment,
RenderOptions renderOptions)
Get list of pages representations from URI with credentials.
|
InputStream |
ViewerHtmlHandler.getResource(AttachmentBase attachment,
HtmlResource htmlResource)
Get html page resource stream.
|
Copyright © 2018. All rights reserved.