| 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 |
|---|---|
Character |
CacheableFactory.newCharacter(char character,
double x,
double y,
double width,
double height)
Creates an implementation of the
Character interface for the specified character, position, and dimensions. |
| Modifier and Type | Method and Description |
|---|---|
Word |
CacheableFactory.newWord(String word,
double x,
double y,
double width,
double height,
List<Character> characters)
Creates an implementation of the
Word interface with the specified word, coordinates, dimensions, and characters. |
| Modifier and Type | Method and Description |
|---|---|
List<Character> |
Word.getCharacters()
Retrieves the characters contained by the word.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Word.setCharacters(List<Character> characters)
Sets the characters contained by the word.
|
Copyright © 2024. All rights reserved.