Package io.scanbot.sdk.pdf.search
Class FPDFTextSearchContext
-
- All Implemented Interfaces:
-
io.scanbot.sdk.pdf.search.TextSearchContext
public abstract class FPDFTextSearchContext implements TextSearchContext
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
pageIndex
private final String
query
private final Boolean
isMatchCase
private final Boolean
isMatchWholeWord
-
Method Summary
Modifier and Type Method Description Integer
getPageIndex()
String
getQuery()
Boolean
isMatchCase()
Boolean
isMatchWholeWord()
Boolean
hasNext()
Boolean
hasPrev()
Unit
startSearch()
Unit
stopSearch()
-
-
Method Detail
-
getPageIndex
Integer getPageIndex()
-
isMatchCase
Boolean isMatchCase()
-
isMatchWholeWord
Boolean isMatchWholeWord()
-
startSearch
Unit startSearch()
-
stopSearch
Unit stopSearch()
-
-
-
-