public class RowData extends Object implements Serializable
Represents a container for PDF file text row description.
Constructor and Description |
---|
RowData()
Initializes a new instance of the
RowData class. |
Modifier and Type | Method and Description |
---|---|
List<Double> |
getCharacterCoordinates()
The character coordinates.
|
double |
getLineHeight()
The height of the line.
|
double |
getLineLeft()
The line left.
|
double |
getLineTop()
The line top.
|
double |
getLineWidth()
The width of the line.
|
String |
getText()
The text.
|
List<Double> |
getTextCoordinates()
The text coordinates.
|
void |
setCharacterCoordinates(List<Double> value)
The character coordinates.
|
void |
setLineHeight(double value)
The height of the line.
|
void |
setLineLeft(double value)
The line left.
|
void |
setLineTop(double value)
The line top.
|
void |
setLineWidth(double value)
The width of the line.
|
void |
setText(String value)
The text.
|
void |
setTextCoordinates(List<Double> value)
The text coordinates.
|
String |
toString() |
public double getLineLeft()
The line left.
public void setLineLeft(double value)
The line left.
value
- the valuepublic double getLineTop()
The line top.
public void setLineTop(double value)
The line top.
value
- the valuepublic double getLineWidth()
The width of the line.
public void setLineWidth(double value)
The width of the line.
value
- the valuepublic double getLineHeight()
The height of the line.
public void setLineHeight(double value)
The height of the line.
value
- the valuepublic String getText()
The text.
public void setText(String value)
The text.
value
- the valuepublic List<Double> getTextCoordinates()
The text coordinates.
public void setTextCoordinates(List<Double> value)
The text coordinates.
value
- the valuepublic List<Double> getCharacterCoordinates()
The character coordinates.
public void setCharacterCoordinates(List<Double> value)
The character coordinates.
value
- the valueCopyright © 2018. All rights reserved.