Uses of Interface
com.qoppa.pdf.TextSelection

Packages that use TextSelection
com.qoppa.pdf General classes used by different objects throughout the library. 
com.qoppa.pdf.dom Classes representing the PDF document object model. 
com.qoppa.pdfViewer PDFViewerBean and related classes. 
 

Uses of TextSelection in com.qoppa.pdf
 

Classes in com.qoppa.pdf that implement TextSelection
 class TextPosition
          Object that holds information about the location of a text string in a PDF file.
 class TextPositionWithContext
          This class represents one result from a text search in a document.
 

Uses of TextSelection in com.qoppa.pdf.dom
 

Methods in com.qoppa.pdf.dom that return TextSelection
 TextSelection IPDFPage.getTextSelection(Rectangle2D selectRect)
          Returns a TextSelection object containing information about any text located in an area.
 

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.
 TextSelection IPDFPageView.clearTextSelection()
          Clears the current text selection.
 TextSelection IPDFPageView.getTextSelection()
          Returns the current text selection in the page, if any.
 

Methods in com.qoppa.pdfViewer with parameters of type TextSelection
 void IPDFPageView.setTextSelection(TextSelection ts)
          Sets the text selection in this page.