Package | Description |
---|---|
com.groupdocs.viewer.caching.extra |
The package provides functionality for using custom models in cache implementation.
|
com.groupdocs.viewer.results |
The package provides classes which represent document rendering results.
|
Modifier and Type | Method and Description |
---|---|
Page |
CacheableFactory.newPage(int number,
boolean visible)
Creates implementation of LotusNotesViewInfo interface
|
Page |
CacheableFactory.newPage(int number,
boolean visible,
int width,
int height)
Creates implementation of LotusNotesViewInfo interface
|
Page |
CacheableFactory.newPage(int number,
boolean visible,
int width,
int height,
List<Line> lines)
Creates implementation of LotusNotesViewInfo interface
|
Page |
CacheableFactory.newPage(int number,
String name,
boolean visible)
Creates implementation of LotusNotesViewInfo interface
|
Page |
CacheableFactory.newPage(int number,
String name,
boolean visible,
int width,
int height)
Creates implementation of LotusNotesViewInfo interface
|
Page |
CacheableFactory.newPage(int number,
String name,
boolean visible,
int width,
int height,
List<Line> lines)
Creates implementation of LotusNotesViewInfo interface
|
Modifier and Type | Method and Description |
---|---|
ArchiveViewInfo |
CacheableFactory.newArchiveViewInfo(FileType fileType,
List<Page> pages,
List<String> folders)
Creates implementation of ArchiveViewInfo interface
|
CadViewInfo |
CacheableFactory.newCadViewInfo(FileType fileType,
List<Page> pages,
List<Layer> layers,
List<Layout> layouts)
Creates implementation of LotusNotesViewInfo interface
|
LotusNotesViewInfo |
CacheableFactory.newLotusNotesViewInfo(FileType fileType,
List<Page> pages,
int notesCount)
Creates implementation of
LotusNotesViewInfo interface |
com.groupdocs.viewer.results.MboxViewInfo |
CacheableFactory.newMboxViewInfo(FileType fileType,
List<Page> pages,
int notesCount)
Creates implementation of TextElement interface
|
OutlookViewInfo |
CacheableFactory.newOutlookViewInfo(FileType fileType,
List<Page> pages,
List<String> folders)
Creates implementation of LotusNotesViewInfo interface
|
PdfViewInfo |
CacheableFactory.newPdfViewInfo(FileType fileType,
List<Page> pages,
boolean printingAllowed)
Creates implementation of LotusNotesViewInfo interface
|
ProjectManagementViewInfo |
CacheableFactory.newProjectManagementViewInfo(FileType fileType,
List<Page> pages,
Date startDate,
Date endDate)
Creates implementation of LotusNotesViewInfo interface
|
ViewInfo |
CacheableFactory.newViewInfo(FileType fileType,
List<Page> pages)
Creates implementation of
ViewInfo interface |
Modifier and Type | Method and Description |
---|---|
List<Page> |
ViewInfo.getPages()
The list of pages to view.
|