Référence FOM > 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[]
isTableEnd attribute
If true, this table is ended in this content area.
isTableEnd
Access
read-only
Returns
boolean
isTableStart attribute
If true, this table is started in this content area.
isTableStart
Access
read-only
Returns
boolean
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.
resize width_adjust height_adjust
Parameters
fLength width_adjust
The amount to adjust the width of the table by.
fLength height_adjust
The amount to adjust the height of the table by.
Returns
void. None.
Est-ce que cela a été utile ?