Returns the item associated with this hyperlinks nth anchor.
For instance, the returned Object will implement Text if this is a text hyperlink, Image if this is an image hyperlink etc.
Multiple anchors are primarily used by client-side image maps.
| this |
an Hyperlink |
| i |
a (zero-index) integer specifying the desired anchor |
|
an Object associated with this hyperlinks i-th anchor |