PageReferences
A collection of index page references.
PageReferences Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the page reference with the specified index or name. |
| length |
Long |
read |
The number of page references in the collection. |
PageReferences Methods
| Method |
Returns |
Description |
| add |
PageReference |
Creates a new page reference. |
| anyItem |
Object |
Returns a random page reference. |
| firstItem |
Object |
Returns the first page reference. |
| itemByID |
Object |
Returns the page reference with the specified ID. |
| itemByRange |
Objects |
Returns the page references within the specified range. |
| lastItem |
Object |
Returns the last page reference. |
| middleItem |
Object |
Returns the middle page reference. |
| nextItem |
Object |
Returns the next page reference. |
| previousItem |
Object |
Returns the previous page reference. |