Uses of Class
com.mindee.parsing.custom.lineitems.Line
-
Packages that use Line Package Description com.mindee.parsing.custom.lineitems -
-
Uses of Line in com.mindee.parsing.custom.lineitems
Methods in com.mindee.parsing.custom.lineitems that return types with arguments of type Line Modifier and Type Method Description List<Line>
PreparedLines. getLines()
List<Line>
LineItems. getRows()
Constructor parameters in com.mindee.parsing.custom.lineitems with type arguments of type Line Constructor Description LineItems(List<Line> rows)
PreparedLines(Anchor anchor, List<Line> lines)
An anchor and its initial lines.
-