| Package | Description |
|---|---|
| com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
| com.groupdocs.parser.data |
The package provides classes which represent parsing results.
|
| Modifier and Type | Method and Description |
|---|---|
HighlightItem |
Parser.getHighlight(int position,
boolean isDirect,
HighlightOptions options)
Extracts a highlight from the document.
|
| Modifier and Type | Method and Description |
|---|---|
HighlightItem |
SearchResult.getLeftHighlightItem()
Gets the left highlight.
|
HighlightItem |
SearchResult.getRightHighlightItem()
Gets the right highlight.
|
| Constructor and Description |
|---|
SearchResult(int position,
String text,
Integer pageIndex,
HighlightItem leftHighlightItem,
HighlightItem rightHighlightItem)
Initializes a new instance of the
SearchResult class. |
Copyright © 2026. All rights reserved.