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 IntegerpageIndexprivate final Stringqueryprivate final BooleanisMatchCaseprivate final BooleanisMatchWholeWord
-
Method Summary
Modifier and Type Method Description IntegergetPageIndex()StringgetQuery()BooleanisMatchCase()BooleanisMatchWholeWord()BooleanhasNext()BooleanhasPrev()UnitstartSearch()UnitstopSearch()-
-
Method Detail
-
getPageIndex
Integer getPageIndex()
-
isMatchCase
Boolean isMatchCase()
-
isMatchWholeWord
Boolean isMatchWholeWord()
-
startSearch
Unit startSearch()
-
stopSearch
Unit stopSearch()
-
-
-
-