public class RowColHelper extends Object
| Constructor and Description |
|---|
RowColHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canPutCell(int col)
Checks if we can put a new cell in the column.
|
int |
moveToNextEmptyCol()
Move to next empty column.
|
void |
newRow()
Move to a new row.
|
void |
updateCurrentPosition(int colspan, int rowspan)
Update current position based on a colspan and a rowspan.
|
public void newRow()
public void updateCurrentPosition(int colspan,
int rowspan)
colspan - the colspan
rowspan - the rowspan
public int moveToNextEmptyCol()
public boolean canPutCell(int col)
col - the column index
Copyright © 1998–2019 iText Group NV. All rights reserved.