| 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 |
|---|---|
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 |
|---|---|
Line |
CacheableFactory.newLine(String line,
double x,
double y,
double width,
double height,
List<Word> words)
Creates an implementation of the
Line interface with the specified line, position, dimensions, and words. |
| Modifier and Type | Method and Description |
|---|---|
List<Word> |
Line.getWords()
Retrieves the words contained in the line.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Line.setWords(List<Word> wordList)
Sets the words contained in the line.
|
Copyright © 2025. All rights reserved.