Package | Description |
---|---|
com.groupdocs.viewer.results |
The package provides classes which represent document rendering results.
|
Modifier and Type | Method and Description |
---|---|
List<Page> |
ViewInfo.getPages() |
Constructor and Description |
---|
ArchiveViewInfo(FileType fileType,
List<Page> pages,
List<String> folders)
Initializes new instance of
ArchiveViewInfo class. |
CadViewInfo(FileType fileType,
List<Page> pages,
List<Layer> layers,
List<Layout> layouts)
Initializes new instance of
CadViewInfo class. |
OutlookViewInfo(FileType fileType,
List<Page> pages,
List<String> folders)
Initializes new instance of
OutlookViewInfo class. |
PdfViewInfo(FileType fileType,
List<Page> pages,
boolean printingAllowed)
Initializes new instance of
PdfViewInfo class. |
ProjectManagementViewInfo(FileType fileType,
List<Page> pages,
Date startDate,
Date endDate)
Initializes new instance of
ProjectManagementViewInfo class. |
ViewInfo(FileType fileType,
List<Page> pages)
Initializes new instance of
ViewInfo class. |
Copyright © 2020. All rights reserved.