org.apache.fop.render.rtf.rtflib.rtfdoc
Interface ITableColumnsInfo
- TableContext
public interface ITableColumnsInfo
Used to get information about tables, for example when handling nested tables
- Bertrand Delacretaz bdelacretaz@codeconsult.ch
INVALID_COLUMN_WIDTH
public static final float INVALID_COLUMN_WIDTH
value for invalid column width
getColumnIndex
public int getColumnIndex()
- current column iteration index
getColumnWidth
public float getColumnWidth()
get current column width according to column iteration index
- INVALID_COLUMN_WIDTH if we cannot find the value
getFirstSpanningCol
public boolean getFirstSpanningCol()
- true, if it's the first of multiple spanning columns
getNumberOfColumns
public int getNumberOfColumns()
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
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.