Package | Description |
---|---|
com.groupdocs.viewer.legacy.domain.containers |
The package provides classes for working with document rendering results.
|
com.groupdocs.viewer.legacy.handler |
The package provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
List<com.groupdocs.viewer.legacy.domain.AttachmentBase> |
DocumentInfoContainer.getAttachments()
Deprecated.
The attachments.
|
Modifier and Type | Method and Description |
---|---|
void |
DocumentInfoContainer.setAttachments(List<com.groupdocs.viewer.legacy.domain.AttachmentBase> value)
Deprecated.
The attachments.
|
Modifier and Type | Method and Description |
---|---|
protected String |
ViewerHandler.getAttachmentName(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Gets the attachment name
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getFile(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get contained file (attachment) from source document.
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getFile(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
String password)
Deprecated.
Get contained file (attachment) from password protected source document.
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getFile(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get contained file (attachment) using source document stream.
|
com.groupdocs.viewer.legacy.domain.containers.FileContainer |
ViewerHandler.getFile(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
String password)
Deprecated.
Get contained file (attachment) using source document stream and password.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get list of pages html representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get list of pages image representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations for attachment.
|
protected List<T> |
ViewerHandler.getPages(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations of the attachment using render options.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get list of pages html representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment)
Deprecated.
Get list of pages image representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations for attachment.
|
List<com.groupdocs.viewer.legacy.domain.image.PageImage> |
ViewerImageHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.ImageOptions imageOptions)
Deprecated.
Get list of pages image representations for attachment.
|
protected List<T> |
ViewerHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations of the attachment using render options.
|
InputStream |
ViewerHtmlHandler.getResource(com.groupdocs.viewer.legacy.domain.AttachmentBase attachment,
com.groupdocs.viewer.legacy.domain.html.HtmlResource htmlResource)
Deprecated.
Get html page resource stream.
|
Copyright © 2020. All rights reserved.