TextSelector

interface TextSelector

Interface for selecting text on a page This is still work in progress, there will be more functions in the future

Inheritors

Functions

Link copied to clipboard
abstract suspend fun clearTextSelection()
Link copied to clipboard
abstract suspend fun selectWordAtPoint(pageIndex: Int, x: Float, y: Float, tolerance: Float): Boolean
Link copied to clipboard
abstract suspend fun setSelection(pageIndex: Int, start: Int, end: Int)