Android Scanbot Barcode SDK API reference
Toggle table of contents
7.1.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Android Scanbot Barcode SDK API reference
Android Scanbot Barcode SDK API reference
/
io.scanbot.sdk.pdf.search
/
TextSearchContext
Text
Search
Context
interface
TextSearchContext
Inheritors
FPDFTextSearchContext
Members
Properties
is
Match
Case
Link copied to clipboard
abstract
val
isMatchCase
:
Boolean
is
Match
Whole
Word
Link copied to clipboard
abstract
val
isMatchWholeWord
:
Boolean
page
Index
Link copied to clipboard
abstract
val
pageIndex
:
Int
query
Link copied to clipboard
abstract
val
query
:
String
?
Functions
count
Result
Link copied to clipboard
abstract
fun
countResult
(
)
:
Int
has
Next
Link copied to clipboard
abstract
operator
fun
hasNext
(
)
:
Boolean
has
Prev
Link copied to clipboard
abstract
fun
hasPrev
(
)
:
Boolean
prepare
Search
Link copied to clipboard
abstract
fun
prepareSearch
(
)
search
Next
Link copied to clipboard
abstract
fun
searchNext
(
)
:
RectF
?
search
Prev
Link copied to clipboard
abstract
fun
searchPrev
(
)
:
RectF
?
start
Search
Link copied to clipboard
abstract
fun
startSearch
(
)
stop
Search
Link copied to clipboard
abstract
fun
stopSearch
(
)