Formatting Object Model Reference > Display > Page Content > fdTable interface
  
fdTable interface
This represents a table.
content attribute
An array of all areas contained inside this table on the current page.
content
Access
read-only
Returns
fdContentArea[]
name attribute
The name of the current table if specified.
name
Access
read-only
Returns
String
numColumns attribute
The nunmber of columns in the table.
numColumns
Access
read-only
Returns
int
orientation attribute
The orientation of the table.
orientation
Access
read-only
Returns
int
resize method
Resizes the current table, without affecting the formatting or the contents of the table. 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 by.
fLengthheight_adjust
The amount to adjust the height of the table by.
Returns
void. None.