Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
PageHtml |
ViewerHtmlHandler.getUnlicensedViewCountExceededPage(RenderOptions renderOptions) |
Modifier and Type | Method and Description |
---|---|
List<PageHtml> |
ViewerHtmlHandler.getPages(AttachmentBase attachment)
Get list of pages HTML representations for attachment.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(AttachmentBase attachment,
HtmlOptions htmlOptions)
Get list of pages HTML representations for attachment.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream)
Get list of pages HTML representations.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
HtmlOptions htmlOptions)
Get list of pages HTML representations.
|
List<PageHtml> |
ViewerHtmlHandler.getPages(InputStream fileStream,
String fileName)
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)
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)
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.
|
com.groupdocs.viewer.converter.Converter<PageHtml> |
ViewerHtmlHandler.resolveConverter(com.groupdocs.viewer.domain.options.ConvertOptions convertOptions) |
Modifier and Type | Method and Description |
---|---|
void |
ViewerHtmlHandler.performTransformations(List<PageHtml> pages,
com.groupdocs.viewer.helper.transformation.options.TransformationOptions transformationOptions) |
Copyright © 2018. All rights reserved.