Package | Description |
---|---|
com.groupdocs.parser |
The package provides classes for parsing data from documents.
|
com.groupdocs.parser.options |
The package provides classes to specify additional options when parsing data from documents.
|
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 |
---|---|
HighlightOptions |
SearchOptions.getLeftHighlightOptions()
Gets the options for the left highlight.
|
HighlightOptions |
SearchOptions.getRightHighlightOptions()
Gets the options for the right highlight.
|
Constructor and Description |
---|
SearchOptions(boolean matchCase,
boolean matchWholeWord,
boolean useRegularExpression,
boolean searchByPages,
HighlightOptions leftHighlightOptions,
HighlightOptions rightHighlightOptions)
Initializes a new instance of the
SearchOptions class. |
SearchOptions(boolean matchCase,
boolean matchWholeWord,
boolean useRegularExpression,
HighlightOptions highlightOptions)
Initializes a new instance of the
SearchOptions class which is used to search with the same highlight options for the left and the right highlight extraction. |
SearchOptions(boolean matchCase,
boolean matchWholeWord,
boolean useRegularExpression,
HighlightOptions leftHighlightOptions,
HighlightOptions rightHighlightOptions)
Initializes a new instance of the
SearchOptions class which is used to search
with the highlight options for the left and the right highlight extraction. |