Formatting Object Model Reference > Display > Page Content > fdBlockRegion interface
  
fdBlockRegion interface
This represents a block region.
column attribute
The column in the block that this cell is in.
column
Access
read-only
Returns
int
columnSpan attribute
The number of columns in the block that this cell spans.
columnSpan
Access
read-only
Returns
int
content attribute
An array of all areas contained inside this block region on the current page.
content
Access
read-only
Returns
fdContentArea[]
row attribute
The row in the block that this cell is in.
row
Access
read-only
Returns
int
rowSpan attribute
The number of rows in the block that this cell spans.
rowSpan
Access
read-only
Returns
int
resize method
Resizes the current block region, without affecting the formatting or the contents of the block region. 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 region by.
fLengthheight_adjust
The amount to adjust the height of the block region by.
Returns
void. None.