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 |
---|---|
Word |
CacheableFactory.newWord(String word,
double x,
double y,
double width,
double height,
List<Character> characters)
Creates implementation of LotusNotesViewInfo interface
|
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 |
---|---|
List<Word> |
Line.getWords()
The words contained by the line.
|