Uses of Class
com.mindee.parsing.custom.lineitems.Anchor
-
Packages that use Anchor Package Description com.mindee.parsing.custom.lineitems -
-
Uses of Anchor in com.mindee.parsing.custom.lineitems
Methods in com.mindee.parsing.custom.lineitems that return Anchor Modifier and Type Method Description Anchor
PreparedLines. getAnchor()
Methods in com.mindee.parsing.custom.lineitems with parameters of type Anchor Modifier and Type Method Description static LineItems
LineItemsGenerator. generate(List<String> fieldNames, Map<String,ListField> fields, Anchor anchor)
Generate line items.Method parameters in com.mindee.parsing.custom.lineitems with type arguments of type Anchor Modifier and Type Method Description static PreparedLines
LineGenerator. prepareLines(Map<String,ListField> fields, List<Anchor> anchors)
Constructors in com.mindee.parsing.custom.lineitems with parameters of type Anchor Constructor Description PreparedLines(Anchor anchor, List<Line> lines)
An anchor and its initial lines.
-