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