public interface ITableColumnsInfo
Used to get information about tables, for example when handling nested tables.
This work was authored by Bertrand Delacretaz (bdelacretaz@codeconsult.ch).
Modifier and Type | Field and Description |
---|---|
static float |
INVALID_COLUMN_WIDTH
value for invalid column width
|
Modifier and Type | Method and Description |
---|---|
int |
getColumnIndex() |
float |
getColumnWidth()
get current column width according to column iteration index
|
boolean |
getFirstSpanningCol() |
int |
getNumberOfColumns() |
void |
selectFirstColumn()
reset the column iteration index, meant to be called when creating a new row
|
void |
selectNextColumn()
increment the column iteration index
|
static final float INVALID_COLUMN_WIDTH
void selectFirstColumn()
void selectNextColumn()
float getColumnWidth()
int getColumnIndex()
int getNumberOfColumns()
boolean getFirstSpanningCol()
Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.