Package com.pspdfkit.compose.state
Interface TextSelector
-
- All Implemented Interfaces:
public interface TextSelector
Interface for selecting text on a page This is still work in progress, there will be more functions in the future
-
-
Method Summary
Modifier and Type Method Description abstract Boolean
selectWordAtPoint(Integer pageIndex, Float x, Float y, Float tolerance)
abstract Unit
setSelection(Integer pageIndex, Integer start, Integer end)
abstract Unit
clearTextSelection()
-
-
Method Detail
-
selectWordAtPoint
abstract Boolean selectWordAtPoint(Integer pageIndex, Float x, Float y, Float tolerance)
-
setSelection
abstract Unit setSelection(Integer pageIndex, Integer start, Integer end)
-
clearTextSelection
abstract Unit clearTextSelection()
-
-
-
-