Hyperlink.getObject

Returns the item associated with this hyperlinks nth anchor. For instance, the returned #AtkObject will implement #AtkText if @link_ is a text hyperlink, #AtkImage if @link_ is an image hyperlink etc.

Multiple anchors are primarily used by client-side image maps.

class Hyperlink
getObject
(
int i
)

Parameters

i int

a (zero-index) integer specifying the desired anchor

Return Value

Type: ObjectAtk

an #AtkObject associated with this hyperlinks i-th anchor

Meta