public class RowColHelper extends Object
Constructor and Description |
---|
RowColHelper() |
Modifier and Type | Method and Description |
---|---|
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()
Copyright © 1998–2019 iText Group NV. All rights reserved.