public interface ItemRow
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) |
boolean addItemCell(ItemCell itemCell)
itemCell
- -int getHeight()
Collection<ItemCell> getItemCells()
String getTextLine(int lineIndex, int rowWidth, Map<Integer,Integer> offsetAdjustedMap)
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.