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