| 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 |
|---|---|
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 |
|---|---|
Page |
CacheableFactory.newPage(int number,
boolean visible,
int width,
int height,
List<Line> lines)
Creates an implementation of the
Page interface representing a page with the specified number, visibility, width, height, and lines. |
Page |
CacheableFactory.newPage(int number,
String name,
boolean visible,
int width,
int height,
List<Line> lines)
Creates an implementation of the
Page interface representing a page with the specified number, name, visibility, width, height, and lines. |
| Modifier and Type | Method and Description |
|---|---|
List<Line> |
Page.getLines()
Retrieves the lines contained in the page when viewing as JPG or PNG with enabled Text Extraction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Page.setLines(List<Line> lines)
Sets the lines contained in the page when viewing as JPG or PNG with enabled Text Extraction.
|
Copyright © 2025. All rights reserved.