|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfor.jfor.converter.TableContext
class TableContext
Used when handling fo:table to hold information common to several builders that collaborate to build the table.
Field Summary |
---|
Fields inherited from interface org.jfor.jfor.interfaces.ITableColumnsInfo |
---|
INVALID_COLUM_WIDTH |
Constructor Summary | |
---|---|
TableContext(BuilderContext ctx)
|
Method Summary | |
---|---|
void |
decreaseRowSpannings()
Added by Peter Herweg on 2002-06-29 This function is called after each finished table-row. |
int |
getColumnIndex()
Added by Boris Poud?rous on 07/22/2002 |
(package private) RtfAttributes |
getColumnRowSpanningAttrs()
|
(package private) java.lang.Integer |
getColumnRowSpanningNumber()
|
float |
getColumnWidth()
get current column width according to column iteration index |
int |
getNumberOfColumns()
Added by Boris Poud?rous on 07/22/2002 |
void |
selectFirstColumn()
reset the column iteration index, meant to be called when creating a new row The 'public' modifier has been added by Boris Poud?rous for 'number-columns-spanned' processing |
void |
selectNextColumn()
increment the column iteration index The 'public' modifier has been added by Boris Poud?rous for 'number-columns-spanned' processing |
(package private) void |
setCurrentColumnRowSpanning(java.lang.Integer iRowSpanning,
RtfAttributes attrs)
|
void |
setNextColumnRowSpanning(java.lang.Integer iRowSpanning,
RtfAttributes attrs)
|
(package private) void |
setNextColumnWidth(java.lang.String strWidth)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
TableContext(BuilderContext ctx)
Method Detail |
---|
void setNextColumnWidth(java.lang.String strWidth) throws ValueConversionException
ValueConversionException
RtfAttributes getColumnRowSpanningAttrs()
java.lang.Integer getColumnRowSpanningNumber()
void setCurrentColumnRowSpanning(java.lang.Integer iRowSpanning, RtfAttributes attrs) throws ValueConversionException
ValueConversionException
public void setNextColumnRowSpanning(java.lang.Integer iRowSpanning, RtfAttributes attrs)
public void decreaseRowSpannings()
public void selectFirstColumn()
selectFirstColumn
in interface ITableColumnsInfo
public void selectNextColumn()
selectNextColumn
in interface ITableColumnsInfo
public float getColumnWidth()
getColumnWidth
in interface ITableColumnsInfo
public int getColumnIndex()
getColumnIndex
in interface ITableColumnsInfo
public int getNumberOfColumns()
getNumberOfColumns
in interface ITableColumnsInfo
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |