info.informatica.doc.structure
Interface TableCell

All Known Subinterfaces:
CSSTableCellBox
All Known Implementing Classes:
TableCellBox

public interface TableCell

A table cell.

Author:
Carlos Amengual (amengual at informatica.info)

Method Summary
 int columnSpan()
          Gets the column span for this table cell.
 int getRowIndex()
          Gets the numeric index for this cell.
 int rowSpan()
          Gets the row span for this table cell.
 

Method Detail

getRowIndex

int getRowIndex()
Gets the numeric index for this cell.

Returns:
the index of this cell in the row.

columnSpan

int columnSpan()
Gets the column span for this table cell.

Returns:
the column span.

rowSpan

int rowSpan()
Gets the row span for this table cell.

Returns:
the row span.


Copyright © 2011 informatica.info. All Rights Reserved.