Uses of Interface
com.qoppa.pdf.TextSelection

Packages that use TextSelection
com.qoppa.pdf.dom Document object model classes. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of TextSelection in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return TextSelection
 TextSelection IPDFPage.selectText(Rectangle2D selectArea)
          Selects the text in an area of the page.
 TextSelection IPDFPage.clearTextSelection()
          Clear any text selection on the page.
 TextSelection IPDFPage.getSelectedText()
          Returns information about currently selected text on the page.
 

Uses of TextSelection in com.qoppa.pdfViewer
 

Methods in com.qoppa.pdfViewer that return TextSelection
 TextSelection PDFViewerBean.getSelectedText()
          Gets the current text selection (if any page has selected text) in the document.