Package | Description |
---|---|
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 |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
boolean |
Layer.equals(Layer other)
|
static boolean |
Layer.isEqualTo(Layer left,
Layer right)
Determines whether two
Layer objects are the same. |
static boolean |
Layer.isNotEqualTo(Layer left,
Layer right)
Determines whether two
Layer objects are not the same. |
Constructor and Description |
---|
CadViewInfo(FileType fileType,
List<Page> pages,
List<Layer> layers,
List<Layout> layouts)
Initializes new instance of
CadViewInfo class. |
Copyright © 2020. All rights reserved.