Class PdfEintrag
java.lang.Object
de.frankmuenster.mahoe.pdfextractor.PdfEintrag
Enthält einen String mit Positionsangaben innerhalb der PDF-Seite.
- Author:
- Frank Münster
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublegetWort()voidsetPositionX(double positionX) voidsetPositionY(double positionY) void
-
Constructor Details
-
PdfEintrag
public PdfEintrag()Creates a new emptyPdfEintrag.
-
-
Method Details
-
getPositionX
public double getPositionX()- Returns:
- the positionX
-
getPositionY
public double getPositionY()- Returns:
- the positionY
-
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
- Parameters:
wort- the wort to set
-