FOM Reference > Display > Page Content > fdTableCell interface
  
fdTableCell interface
This represents a table cell.
column attribute
The column in the table that this cell is in.
column
Access
read-only
Returns
int
columnSpan attribute
The number of columns in the table that this cell spans.
columnSpan
Access
read-only
Returns
int
content attribute
An array of all areas contained inside this table cell on the current page.
content
Access
read-only
Returns
fdContentArea[]
row attribute
The row in the table that this cell is in.
row
Access
read-only
Returns
int
rowSpan attribute
The number of rows in the table that this cell spans.
rowSpan
Access
read-only
Returns
int
resize method
Resizes the current table cell, without affecting the formatting or the contents of the table cell. This is only available when accessed during the formatVJFrame publish event, and cannot be used at any other time.
resizewidth_adjustheight_adjust
Parameters
fLengthwidth_adjust
The amount to adjust the width of the table cell by.
fLengthheight_adjust
The amount to adjust the height of the table cell by.
Returns
void. None.