Package | Description |
---|---|
com.groupdocs.parser.legacy |
The package provides classes for legacy API.
|
Modifier and Type | Field and Description |
---|---|
static SearchHighlightOptions |
SearchHighlightOptions.EMPTY
Gets an empty instance.
|
Modifier and Type | Method and Description |
---|---|
static SearchHighlightOptions |
SearchHighlightOptions.createFixedLengthOptions(int length)
Creates an instance of
SearchHighlightOptions for highlight extraction with the fixed length. |
static SearchHighlightOptions |
SearchHighlightOptions.createFixedLengthOptions(int leftLength,
int rightLength)
Creates an instance of
SearchHighlightOptions for highlight extraction with the fixed length. |
static SearchHighlightOptions |
SearchHighlightOptions.createLineOptions()
Creates an instance of
SearchHighlightOptions for highlight extraction to line's start (end). |
static SearchHighlightOptions |
SearchHighlightOptions.createLineOptions(int maxLength)
Creates an instance of
SearchHighlightOptions for highlight extraction to line's start (end). |
static SearchHighlightOptions |
SearchHighlightOptions.createLineOptions(int leftMaxLength,
int rightMaxLength)
Creates an instance of
SearchHighlightOptions for highlight extraction to line's start (end). |
static SearchHighlightOptions |
SearchHighlightOptions.createWordsCountOptions(int wordsCount)
Creates an instance of
SearchHighlightOptions for highlight extraction with the limited words count. |
static SearchHighlightOptions |
SearchHighlightOptions.createWordsCountOptions(int leftWordsCount,
int rightWordsCount)
Creates an instance of
SearchHighlightOptions for highlight extraction with the limited words count. |
SearchHighlightOptions |
RegexSearchOptions.getHighlightOptions()
Gets options of highlight.
|
SearchHighlightOptions |
SearchOptions.getHighlightOptions()
Gets options of highlight.
|
Constructor and Description |
---|
RegexSearchOptions(SearchHighlightOptions highlightOptions)
Initializes a new instance of the
RegexSearchOptions class. |
RegexSearchOptions(SearchHighlightOptions highlightOptions,
WordSeparators wordSeparators)
Initializes a new instance of the
RegexSearchOptions class. |
SearchOptions(SearchHighlightOptions highlightOptions)
Initializes a new instance of the
SearchOptions class. |
SearchOptions(SearchHighlightOptions highlightOptions,
boolean isCaseSensitive)
Initializes a new instance of the
SearchOptions class. |
SearchOptions(SearchHighlightOptions highlightOptions,
boolean isCaseSensitive,
boolean isWholeWord)
Initializes a new instance of the
SearchOptions class. |
SearchOptions(SearchHighlightOptions highlightOptions,
boolean isCaseSensitive,
boolean isWholeWord,
WordSeparators wordSeparators)
Initializes a new instance of the
SearchOptions class. |
Copyright © 2019. All rights reserved.