User`s guide

12 Classes – Alphabetical List
12-180
mlreportgen.dom.ImageMap class
Package: mlreportgen.dom
Map of hyperlink areas in image
Description
Map of image areas, which are areas within an image where a user can click to open
content in an HTML browser.
Construction
map = ImageMap() creates an empty image map. Use the ImageMap.append method
to add image areas to the map.
Output Arguments
map — Map of hyperlink areas in image
mlreportgen.dom.ImageMap object
Map of hyperlink areas in image, specified as an mlreportgen.dom.ImageMap object.
Properties
Id — ID for document element
string
A session-unique ID is generated as part of document element creation. You can specify
an ID to replace the generated ID.
Tag — Tag for document element
string
Tag for document element, specified as a string.