Package | Description |
---|---|
com.groupdocs.parser.legacy |
The package provides classes for legacy API.
|
Modifier and Type | Method and Description |
---|---|
SearchResult |
SearchResult.addPosition(int position)
Creates a new instance of
SearchResult with a new position. |
SearchResult |
ISearchEngine.search(int position,
String text,
SearchOptions searchOptions,
List<String> keywords)
Searches keywords in text.
|
Modifier and Type | Method and Description |
---|---|
List<SearchResult> |
ListSearchHandler.getList()
Gets a list with search results.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContainsSearchHandler.processSearchResult(SearchResult searchResult)
The next occurrence of the search word is found.
|
boolean |
ISearchHandler.processSearchResult(SearchResult searchResult)
The next occurrence of the search word is found.
|
boolean |
ListSearchHandler.processSearchResult(SearchResult searchResult)
The next occurrence of the search word is found.
|
Copyright © 2019. All rights reserved.