-
public interface OnTextSelectedListenerListener for text selection events.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonTextSelected(String text, List<RectF> rects, Integer page)Called when text is selected. abstract UnitonSelectionCleared()Called when selection is cleared. -
-
Method Detail
-
onTextSelected
abstract Unit onTextSelected(String text, List<RectF> rects, Integer page)
Called when text is selected.
- Parameters:
text- The selected textrects- Bounding rectangles of the selection (in PDF coordinates)page- The page index
-
onSelectionCleared
abstract Unit onSelectionCleared()
Called when selection is cleared.
-
-
-
-