|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jfor.jfor.rtflib.testdocs.DummyTableColumnsInfo
ITableColumnsInfo that does nothing, used in testodcs package to create documents without worrying about nested tables handling. Might need to be replaced by more complete version in some sample documents created by this package.
| Field Summary |
| Fields inherited from interface org.jfor.jfor.interfaces.ITableColumnsInfo |
INVALID_COLUM_WIDTH |
| Constructor Summary | |
(package private) |
DummyTableColumnsInfo()
|
| Method Summary | |
int |
getColumnIndex()
return current column iteration index |
float |
getColumnWidth()
get current column width according to column iteration index |
int |
getNumberOfColumns()
return number of columns |
void |
selectFirstColumn()
reset the column iteration index, meant to be called when creating a new row |
void |
selectNextColumn()
increment the column iteration index |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
DummyTableColumnsInfo()
| Method Detail |
public float getColumnWidth()
ITableColumnsInfo
getColumnWidth in interface ITableColumnsInfopublic void selectFirstColumn()
ITableColumnsInfo
selectFirstColumn in interface ITableColumnsInfopublic int getNumberOfColumns()
ITableColumnsInfo
getNumberOfColumns in interface ITableColumnsInfopublic int getColumnIndex()
ITableColumnsInfo
getColumnIndex in interface ITableColumnsInfopublic void selectNextColumn()
ITableColumnsInfo
selectNextColumn in interface ITableColumnsInfo
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||