|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITableColumnsInfo
Used to get information about tables, for example when handling nested tables.
This work was authored by Bertrand Delacretaz ([email protected]).
Field Summary | |
---|---|
static float |
INVALID_COLUMN_WIDTH
value for invalid column width |
Method Summary | |
---|---|
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 |
Field Detail |
---|
static final float INVALID_COLUMN_WIDTH
Method Detail |
---|
void selectFirstColumn()
void selectNextColumn()
float getColumnWidth()
int getColumnIndex()
int getNumberOfColumns()
boolean getFirstSpanningCol()
|
fop 2.0 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |