ParagraphDestinations
A collection of paragraph destinations.
Instance
Read Only
Number length
The number of objects in the collection.
Methods
ParagraphDestination add( Text destination, Object withProperties )
Creates a new paragraph destination.
Parameters
Number count()
Displays the number of elements in the ParagraphDestination.
ParagraphDestination item( Mixed index )
Returns the ParagraphDestination with the specified index or name.
Parameters
ParagraphDestination itemByName( String name )
Returns the ParagraphDestination with the specified name.
Parameters
ParagraphDestination itemByID( Number id )
Returns the ParagraphDestination with the specified ID.
Parameters
ParagraphDestination itemByRange( Mixed from, Mixed to )
Returns the ParagraphDestinations within the specified range.
Parameters
ParagraphDestination firstItem()
Returns the first ParagraphDestination in the collection.
ParagraphDestination lastItem()
Returns the last ParagraphDestination in the collection.
ParagraphDestination middleItem()
Returns the middle ParagraphDestination in the collection.
ParagraphDestination previousItem( ParagraphDestination obj )
Returns the ParagraphDestination with the index previous to the specified index.
Parameters
ParagraphDestination nextItem( ParagraphDestination obj )
Returns the ParagraphDestination whose index follows the specified ParagraphDestination in the collection.
Parameters
ParagraphDestination anyItem()
Returns any ParagraphDestination in the collection.
ParagraphDestination everyItem()
Returns every ParagraphDestination in the collection.
String toSource()
Generates a string which, if executed, will return the ParagraphDestination.
ParagraphDestination []( Number index )
Returns the ParagraphDestination with the specified index.