public interface TableCellConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
accept(TableCell cell,
int cellIndex,
int cellColumn)
loop over table row cells
|
void accept(TableCell cell, int cellIndex, int cellColumn)
cell - cellcellIndex - cell's index in row cellscellColumn - cell's starting column (if previous cells had column spans not same as cell index)Copyright © 2019. All rights reserved.