| Package | Description |
|---|---|
| com.groupdocs.search.highlighters |
The package provides highlighters for highlighting search results in text.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDocumentHighlighter
Defines interface of a search result highlighter that highlights search results in an entire document text.
|
interface |
IFragmentHighlighter
Defines interface of a search result highlighter that highlights search results in text fragments.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DocumentHighlighter
Represents a search result highlighter that highlights search results in an entire document text.
|
class |
FragmentHighlighter
Represents a search result highlighter that highlights search results in text fragments.
|
class |
Highlighter
Represents the base class of a search result highlighter.
|
| Constructor and Description |
|---|
Highlighter(IHighlighter core)
Initializes a new instance of the
Highlighter class. |
Copyright © 2026. All rights reserved.