| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | com.pdftron.pdf.PDFViewCtrl.TextSearchResult | |
Text search result state
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| PDFViewCtrl.TextSearchResult | CANCELED | Text Search was canceled. | |||||||||
| PDFViewCtrl.TextSearchResult | FOUND | Text Search finishes normally and a result was found. | |||||||||
| PDFViewCtrl.TextSearchResult | INVALID_INPUT | Text Search input string is invalid. | |||||||||
| PDFViewCtrl.TextSearchResult | NOT_FOUND | Text Search finishes normally and nothing was found. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| int | getValue() | ||||||||||
| static PDFViewCtrl.TextSearchResult | valueOf(String name) | ||||||||||
| final static TextSearchResult[] | values() | ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
Text Search finishes normally and a result was found.
Text Search input string is invalid. This can happen when regular expression is used.
Text Search finishes normally and nothing was found.