Package | Description |
---|---|
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.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.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.html.PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
String fileName,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(String guid,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations.
|
List<com.groupdocs.viewer.legacy.domain.html.PageHtml> |
ViewerHtmlHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.converter.options.HtmlOptions htmlOptions)
Deprecated.
Get list of pages html representations.
|
Copyright © 2020. All rights reserved.