T - implementing builder typepublic interface CellNavigation<T>
| Modifier and Type | Method and Description |
|---|---|
T |
cellAt(int newIndex)
Place current cell pointer in the
newIndex-th position in the row. |
T |
skipCell()
Move current cell pointer to the next position.
|
T |
skipCells(int offset)
Move current cell pointer by
offset cells within the row. |
T skipCell()
T skipCells(int offset)
offset cells within the row.offset - number of cells to move pointer byT cellAt(int newIndex)
newIndex-th position in the row.
Subject to an additional shift as set by SheetConfiguration.setDefaultRowIndent(int).
Therefore: absolute position = newIndex + page wide indentationnewIndex - new pointer absolute positionCopyright © 2014. All rights reserved.