Package | Description |
---|---|
com.groupdocs.viewer.handler |
The GroupDocs.Viewer.Handler namespace provides classes for working with rendering handlers.
|
Modifier and Type | Method and Description |
---|---|
ICacheDataHandler |
ViewerHandler.getCacheDataHandler()
Getter for the field
cacheDataHandler . |
Constructor and Description |
---|
ViewerHandler(ViewerConfig viewerConfig,
com.groupdocs.viewer.config.EngineTypes engineType,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler,
IFileDataStore fileDataStore,
com.groupdocs.foundation.utils.CultureInfo cultureInfo)
Initializes a new instance of the
ViewerHandler{T} class. |
ViewerHtmlHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler)
Initializes a new instance of the
ViewerHtmlHandler class. |
ViewerHtmlHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler,
com.groupdocs.foundation.utils.CultureInfo cultureInfo)
Initializes a new instance of the
ViewerHtmlHandler class. |
ViewerHtmlHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler,
IFileDataStore fileDataStore)
Initializes a new instance of the
ViewerHtmlHandler class. |
ViewerHtmlHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler,
IFileDataStore fileDataStore,
com.groupdocs.foundation.utils.CultureInfo cultureInfo)
Initializes a new instance of the
ViewerHtmlHandler class. |
ViewerImageHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler)
Initializes a new instance of the
ViewerImageHandler class. |
ViewerImageHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler,
com.groupdocs.foundation.utils.CultureInfo cultureInfo)
Initializes a new instance of the
ViewerImageHandler class. |
ViewerImageHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler,
IFileDataStore fileDataStore)
Initializes a new instance of the
ViewerImageHandler class. |
ViewerImageHandler(ViewerConfig viewerConfig,
IInputDataHandler inputDataHandler,
ICacheDataHandler cacheDataHandler,
IFileDataStore fileDataStore,
com.groupdocs.foundation.utils.CultureInfo cultureInfo)
Initializes a new instance of the
ViewerImageHandler class. |
Copyright © 2018. All rights reserved.