Constructor and Description |
---|
DefaultItemRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
addItemCell(ItemCell itemCell)
Attempt to add an item cell to this row
|
int |
getHeight() |
Collection<ItemCell> |
getItemCells() |
String |
getTextLine(int lineIndex,
int rowWidth,
Map<Integer,Integer> offsetAdjustedMap) |
public boolean addItemCell(ItemCell itemCell)
addItemCell
in interface ItemRow
itemCell
- -public int getHeight()
public Collection<ItemCell> getItemCells()
getItemCells
in interface ItemRow
public String getTextLine(int lineIndex, int rowWidth, Map<Integer,Integer> offsetAdjustedMap)
getTextLine
in interface ItemRow
lineIndex
- index of the line required to write this item cellrowWidth
- width in characters of the rowoffsetAdjustedMap
- map of original document offsets to adjusted printable offsetsCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.