[]
Starts searching text with specified parameters
public IList<FoundPosition> SearchText(string text, bool matchWholeWord, bool matchCase, bool searchUp, bool highlightSearchResult = true, bool scrollToSearchResult = true)
Type | Name | Description |
---|---|---|
string | text | The text to search for |
bool | matchWholeWord | Whether to match whole word |
bool | matchCase | Whether to match case |
bool | searchUp | Whether to search from bottom first |
bool | highlightSearchResult | if set to |
bool | scrollToSearchResult | if set to |
Type | Description |
---|---|
IList<FoundPosition> |