get_link_index


Description:

public int get_link_index (int character_offset) throws Error

Gets the index of the Hyperlink object at a specified character offset.

Parameters:

this

a pointer to the Hypertext implementor on which to operate.

character_offset

a int specifying the character offset to query.

Returns:

the linkIndex of the Hyperlink active at character offset character_offset, or -1 if there is no hyperlink at the specified character offset.