Class Line
- java.lang.Object
-
- com.mindee.parsing.custom.lineitems.Line
-
public class Line extends Object
Represent a single line.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addField(String name, ListFieldValue fieldValue)
Bbox
getBbox()
Map<String,StringField>
getFields()
Double
getHeightTolerance()
Integer
getRowNumber()
void
setBbox(Bbox bbox)
-
-
-
Method Detail
-
addField
public void addField(String name, ListFieldValue fieldValue)
-
getRowNumber
public Integer getRowNumber()
-
getFields
public Map<String,StringField> getFields()
-
getHeightTolerance
public Double getHeightTolerance()
-
getBbox
public Bbox getBbox()
-
setBbox
public void setBbox(Bbox bbox)
-
-