Interface IPdfTextLocation

All Known Implementing Classes:
DefaultPdfTextLocation

public interface IPdfTextLocation
Instances of this interface represent a piece of text, somewhere on a page in a pdf document.
  • Method Details

    • getRectangle

      Rectangle getRectangle()
      Returns:
      the visual Rectangle in which the text is located
    • getText

      String getText()
      Returns:
      the text
    • getPageNumber

      int getPageNumber()
      Get the page number of the page on which the text is located
      Returns:
      the page number, or 0 if no page number was set