Returns all hypertext imagemap areas of the element image associated with the specified element.
Further, you can use toCustomElements()
function to convert the returned array
of GOMImageMapArea
objects (describing each area) into an enumeration of
#CUSTOM
elements so as to iterate them using Element Iterator section:
toCustomElements (getElementImageMapAreas())
If the output format is supported directly (e.g. HTML), to generate hyperlinks from an element image, you should define them in the Image Control that generates the element image.
element
If this parameter is not specified, the generator context element is assumed, i.e. the same as the call:
getElementImageMapAreas(contextElement)
GOMImageMapArea
objects, which describe all imagemap areas,
or
null
, when the specified element has no image represetation
(including when element images are not supported by this DSM Type)
or there is no imagemap for the element image.