java.lang.Object | |
↳ | com.pspdfkit.document.library.QueryPreviewResult |
Result from a FTS search which includes preview entries.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | equals(Object o) | ||||||||||
int |
getPageIndex()
Returns page index of the page this preview result belongs to.
| ||||||||||
String |
getPreviewText()
Returns the preview text of the found text result.
| ||||||||||
Range |
getRange()
Returns the range of this result in the document text.
| ||||||||||
Range |
getRangeInPreviewText()
Returns the range of the result in the preview text.
| ||||||||||
String |
getUid()
Returns UID of the document this preview result belongs to.
| ||||||||||
int | hashCode() | ||||||||||
String | toString() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns page index of the page this preview result belongs to.
Returns the preview text of the found text result.
Returns the range of this result in the document text.
Returns the range of the result in the preview text.
getPreviewText()
.
First number is the first character index of the result and the second number is the last
character index of the result.
Returns UID of the document this preview result belongs to.