org.apache.fop.render.rtf.rtflib.rtfdoc
Interface ITableColumnsInfo
- All Known Implementing Classes:
- TableContext
- public interface ITableColumnsInfo
Used to get information about tables, for example when handling nested tables
- Author:
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
INVALID_COLUM_WIDTH
public static final float INVALID_COLUM_WIDTH
- value for invalid column width
selectFirstColumn
public void selectFirstColumn()
- reset the column iteration index, meant to be called when creating a new row
selectNextColumn
public void selectNextColumn()
- increment the column iteration index
getColumnWidth
public float getColumnWidth()
- get current column width according to column iteration index
- Returns:
- INVALID_COLUMN_WIDTH if we cannot find the value
getColumnIndex
public int getColumnIndex()
- Returns:
- current column iteration index
getNumberOfColumns
public int getNumberOfColumns()
- Returns:
- number of columns
Copyright 1999-2005 The Apache Software Foundation. All Rights Reserved.