Package 

Interface OnTextSelectedListener

    • Method Summary

      Modifier and Type Method Description
      abstract Unit onTextSelected(String text, List<RectF> rects, Integer page) Called when text is selected.
      abstract Unit onSelectionCleared() Called when selection is cleared.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onTextSelected

         abstract Unit onTextSelected(String text, List<RectF> rects, Integer page)

        Called when text is selected.

        Parameters:
        text - The selected text
        rects - Bounding rectangles of the selection (in PDF coordinates)
        page - The page index