Package | Description |
---|---|
com.groupdocs.viewer.results |
The package provides classes which represent document rendering results.
|
Modifier and Type | Method and Description |
---|---|
List<Layout> |
CadViewInfo.getLayouts() |
Modifier and Type | Method and Description |
---|---|
boolean |
Layout.equals(Layout other)
|
static boolean |
Layout.isEqualTo(Layout left,
Layout right)
Determines whether two
Layout objects are the same. |
static boolean |
Layout.isNotEqualTo(Layout left,
Layout right)
Determines whether two
Layout 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.