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