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 |
---|---|
Line |
CacheableFactory.newLine(String line,
double x,
double y,
double width,
double height,
List<Word> words)
Creates implementation of Line interface
|
Modifier and Type | Method and Description |
---|---|
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,
int width,
int height,
List<Line> lines)
Creates implementation of LotusNotesViewInfo interface
|
Modifier and Type | Method and Description |
---|---|
List<Line> |
Page.getLines()
The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.
|