Paragraphs
A collection of paragraphs.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
Number count()
Displays the number of elements in the Paragraph.
Paragraph item( Mixed index )
Returns the Paragraph with the specified index or name.
Parameters
Paragraph itemByRange( Mixed from, Mixed to )
Returns the Paragraphs within the specified range.
Parameters
Paragraph firstItem()
Returns the first Paragraph in the collection.
Paragraph lastItem()
Returns the last Paragraph in the collection.
Paragraph middleItem()
Returns the middle Paragraph in the collection.
Paragraph previousItem( Paragraph obj )
Returns the Paragraph with the index previous to the specified index.
Parameters
Paragraph nextItem( Paragraph obj )
Returns the Paragraph whose index follows the specified Paragraph in the collection.
Parameters
Paragraph anyItem()
Returns any Paragraph in the collection.
Paragraph everyItem()
Returns every Paragraph in the collection.
String toSource()
Generates a string which, if executed, will return the Paragraph.
Paragraph []( Number index )
Returns the Paragraph with the specified index.