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