Package | Description |
---|---|
com.groupdocs.viewer.legacy.handler |
The package provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
protected List<T> |
ViewerHandler.getPages(InputStream fileStream,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations from InputStream using render options.
|
protected List<T> |
ViewerHandler.getPages(InputStream fileStream,
String fileName,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations from InputStream using file name and render options.
|
List<T> |
ViewerHandler.getPages(String guid,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations from guid using render options.
|
protected List<T> |
ViewerHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations from uri using render options.
|
protected List<T> |
ViewerHandler.getPages(URI uri,
com.groupdocs.viewer.legacy.domain.WindowsAuthenticationCredential credential,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get list of pages representations from uri with credentials using render options.
|
abstract T |
ViewerHandler.getUnlicensedViewCountExceededPage(com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get unlicensed view count exceeded page.
|
com.groupdocs.viewer.legacy.domain.html.PageHtml |
ViewerHtmlHandler.getUnlicensedViewCountExceededPage(com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Gets the unlicensed view count exceeded HTML.
|
com.groupdocs.viewer.legacy.domain.image.PageImage |
ViewerImageHandler.getUnlicensedViewCountExceededPage(com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Get unlicensed view count exceeded page.
|
void |
ViewerHandler.reorderPage(String guid,
com.groupdocs.viewer.legacy.domain.options.ReorderPageOptions reorderPageOptions,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Reorders the page.
|
void |
ViewerHandler.rotatePage(String guid,
com.groupdocs.viewer.legacy.domain.options.RotatePageOptions rotatePageOptions,
com.groupdocs.viewer.legacy.converter.options.RenderOptions renderOptions)
Deprecated.
Rotates the page.
|
Copyright © 2020. All rights reserved.