Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
List<PageHtml> |
ViewerHtmlHandler.getPages(AttachmentBase attachment,
HtmlOptions htmlOptions)
Get list of pages HTML representations for attachment.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
HtmlOptions htmlOptions)
Get list of pages HTML representations.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
String fileName,
HtmlOptions htmlOptions)
Get list of pages HTML representations.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(String guid,
HtmlOptions htmlOptions)
Get list of pages HTML representations.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(URI uri,
HtmlOptions htmlOptions)
Get list of pages HTML representations.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(URI uri,
WindowsAuthenticationCredential credential,
HtmlOptions htmlOptions)
Get list of pages HTML representations.
|
Copyright © 2018. All rights reserved.