Class PdfEintrag

java.lang.Object
de.frankmuenster.mahoe.pdfextractor.PdfEintrag

public class PdfEintrag extends Object
Enthält einen String mit Positionsangaben innerhalb der PDF-Seite.
Author:
Frank Münster
  • Constructor Details

    • PdfEintrag

      public PdfEintrag()
      Creates a new empty PdfEintrag.
  • Method Details

    • getPositionX

      public double getPositionX()
      Returns:
      the positionX
    • getPositionY

      public double getPositionY()
      Returns:
      the positionY
    • getWort

      public String getWort()
      Returns:
      the wort
    • setPositionX

      public void setPositionX(double positionX)
      Parameters:
      positionX - the positionX to set
    • setPositionY

      public void setPositionY(double positionY)
      Parameters:
      positionY - the positionY to set
    • setWort

      public void setWort(String wort)
      Parameters:
      wort - the wort to set