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 |
---|---|
Character |
CacheableFactory.newCharacter(char character,
double x,
double y,
double width,
double height)
Creates implementation of LotusNotesViewInfo interface
|
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 |
---|---|
List<Character> |
Word.getCharacters()
The characters contained by the word.
|