FOM Reference > Display > Page Content > fdFrame interface
  
fdFrame interface
A resolved formatted frame.
areas attribute
An array of areas formatted in this frame.
areas
Access
read-only
Returns
fdArea[]
columns attribute
An array of columns formatted in this frame.
columns
Access
read-only
Returns
fdFrameColumn
content attribute
An array of all content areas contained inside this frame on the current page.
content
Access
read-only
Returns
fdContentArea[]
height attribute
The height of the frame.
height
Access
read-only
Returns
fLength
isEmpty attribute
If true, this frame has no formatted content.
isEmpty
Access
read-only
Returns
boolean
isPlaced attribute
If true, this frame met all frame conditions and was placed on the page.
isPlaced
Access
read-only
Returns
boolean
lines attribute
An array of lines formatted in this frame.
lines
Access
read-only
Returns
fdLine[]
rotation attribute
The angle of rotation of the frame.
rotation
Access
read-only
Returns
float
source attribute
The source frame object.
source
Access
read-only
Returns
fFrame
text attribute
Text formatted in this frame.
text
Access
read-only
Returns
String
width attribute
The width of the frame.
width
Access
read-only
Returns
fLength
x attribute
The x position of the frame, from the left edge of the page.
x
Access
read-only
Returns
fLength
y attribute
The y position of the frame, from the top edge of the page.
y
Access
read-only
Returns
fLength