Package | Description |
---|---|
com.groupdocs.viewer.caching.extra |
The package provides functionality for using custom models in cache implementation.
|
com.groupdocs.viewer.options |
The package provides classes to specify additional options when rendering documents.
|
com.groupdocs.viewer.results |
The package provides classes which represent document rendering results.
|
Modifier and Type | Method and Description |
---|---|
Layer |
CacheableFactory.newLayer(String name)
Creates implementation of LotusNotesViewInfo interface
|
Layer |
CacheableFactory.newLayer(String name,
boolean visible)
Creates implementation of LotusNotesViewInfo interface
|
Modifier and Type | Method and Description |
---|---|
CadViewInfo |
CacheableFactory.newCadViewInfo(FileType fileType,
List<Page> pages,
List<Layer> layers,
List<Layout> layouts)
Creates implementation of LotusNotesViewInfo interface
|
Modifier and Type | Method and Description |
---|---|
List<Layer> |
CadOptions.getLayers()
The CAD drawing layers to render.
|
Modifier and Type | Method and Description |
---|---|
void |
CadOptions.setLayers(List<Layer> value)
The CAD drawing layers to render.
|
Modifier and Type | Method and Description |
---|---|
List<Layer> |
CadViewInfo.getLayers()
The list of layers contained by the CAD drawing.
|