Formatting Object Model Reference > Display > Page Content > fdLine interface
  
fdLine interface
This represents a line of text.
data attribute
An array of objects contained on the line.
data
Access
read-only
Returns
fdData[]
isHyphenated attribute
If true, this line was hyphenated.
isHyphenated
Access
read-only
Returns
boolean
isParagraphEnd attribute
If true, this line ends a paragraph.
isParagraphEnd
Access
read-only
Returns
boolean
isParagraphStart attribute
If true, this line starts a paragraph.
isParagraphStart
Access
read-only
Returns
boolean
isStreamEnd attribute
If true, this line ends a stream.
isStreamEnd
Access
read-only
Returns
boolean
lineID attribute
The ID number for the line, or -1 if not set.
lineID
Access
read-only
Returns
int
maxWordSpace attribute
The largest word space on the line.
maxWordSpace
Access
read-only
Returns
fLength
minWordSpace attribute
The smallest word space on the line.
minWordSpace
Access
read-only
Returns
fLength
startProperties attribute
The text properties at the start of this line.
startProperties
Access
read-only
Returns
fdTextProperties
text attribute
The text on this line.
text
Access
read-only
Returns
String