GotoFirstPageBehaviors
A collection of goto first page behavior objects.
GotoFirstPageBehaviors Properties
| Property |
Type |
Access |
Description |
| item |
Object |
read |
Returns the goto first page behavior with the specified index or name. |
| length |
Long |
read |
The number of goto first page behaviors in the collection. |
GotoFirstPageBehaviors Methods
| Method |
Returns |
Description |
| add |
GotoFirstPageBehavior |
Create a new goto first page behavior. |
| anyItem |
Object |
Returns any goto first page behavior. |
| firstItem |
Object |
Returns the first goto first page behavior. |
| itemByID |
Object |
Returns the goto first page behavior with the specified ID. |
| itemByRange |
Objects |
Returns the goto first page behaviors within the specified range. |
| lastItem |
Object |
Returns the last goto first page behavior. |
| middleItem |
Object |
Returns the middle goto first page behavior. |
| nextItem |
Object |
Returns the next goto first page behavior. |
| previousItem |
Object |
Returns the previous goto first page behavior. |