| 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 and interfaces that represent document rendering results.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
CacheableFactory.newPage(int number,
boolean visible)
Creates an implementation of the
Page interface representing a page with the specified number and visibility. |
Page |
CacheableFactory.newPage(int number,
boolean visible,
int width,
int height)
Creates an implementation of the
Page interface representing a page with the specified number, visibility, width, and height. |
Page |
CacheableFactory.newPage(int number,
boolean visible,
int width,
int height,
List<Line> lines)
Creates an implementation of the
Page interface representing a page with the specified number, visibility, width, height, and lines. |
Page |
CacheableFactory.newPage(int number,
String name,
boolean visible)
Creates an implementation of the
Page interface representing a page with the specified number, name, and visibility. |
Page |
CacheableFactory.newPage(int number,
String name,
boolean visible,
int width,
int height)
Creates an implementation of the
Page interface representing a page with the specified number, name, visibility, width, and height. |
Page |
CacheableFactory.newPage(int number,
String name,
boolean visible,
int width,
int height,
List<Line> lines)
Creates an implementation of the
Page interface representing a page with the specified number, name, visibility, width, height, and lines. |
| Modifier and Type | Method and Description |
|---|---|
ArchiveViewInfo |
CacheableFactory.newArchiveViewInfo(FileType fileType,
List<Page> pages,
List<String> folders)
Creates an implementation of the
ArchiveViewInfo interface for the specified file type, pages, and folders. |
CadViewInfo |
CacheableFactory.newCadViewInfo(FileType fileType,
List<Page> pages,
List<Layer> layers,
List<Layout> layouts)
Creates an implementation of the
CadViewInfo interface with the specified file type, pages, layers, and layouts. |
LotusNotesViewInfo |
CacheableFactory.newLotusNotesViewInfo(FileType fileType,
List<Page> pages,
int notesCount)
Creates an implementation of the
LotusNotesViewInfo interface for the specified file type, pages, and notes count. |
com.groupdocs.viewer.results.MboxViewInfo |
CacheableFactory.newMboxViewInfo(FileType fileType,
List<Page> pages,
int notesCount)
Creates an implementation of the
MboxViewInfo interface with the specified file type, pages, and notes count. |
OutlookViewInfo |
CacheableFactory.newOutlookViewInfo(FileType fileType,
List<Page> pages,
List<String> folders)
Creates an implementation of the
OutlookViewInfo interface based on the specified file type,
list of pages, and list of folders. |
PdfViewInfo |
CacheableFactory.newPdfViewInfo(FileType fileType,
List<Page> pages,
boolean printingAllowed)
Creates an implementation of the
PdfViewInfo interface with the specified file type, pages, and printing allowed flag. |
ProjectManagementViewInfo |
CacheableFactory.newProjectManagementViewInfo(FileType fileType,
List<Page> pages,
Date startDate,
Date endDate)
Creates an implementation of the
ProjectManagementViewInfo interface with the specified file type, pages, start date, and end date. |
ViewInfo |
CacheableFactory.newViewInfo(FileType fileType,
List<Page> pages)
Creates an implementation of the
ViewInfo interface for the specified file type and pages. |
| Modifier and Type | Method and Description |
|---|---|
List<Page> |
ViewInfo.getPages()
Retrieves the list of pages to view.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ViewInfo.setPages(List<Page> pages)
Sets the list of pages.
|
Copyright © 2024. All rights reserved.