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. 
 

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.