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 |
---|---|
<T> TextElement<T> |
CacheableFactory.newTextElement(T value,
double x,
double y,
double width,
double height)
Creates implementation of TextElement interface
|
Modifier and Type | Interface and Description |
---|---|
interface |
Character
Represents relatively positioned rectangle which contains single character.
|
interface |
Line
Represents relatively positioned rectangle which contains single line.
|
interface |
Word
Represents relatively positioned rectangle which contains single word.
|