mlreportgen.dom.ImageMap class
Package: mlreportgen.dom
Map of hyperlink areas in image
Description
Map of image areas, which are areas in an image that you can click to
open content in a browser or to navigate to another location in the
same page. You can create image maps in reports with PDF or HTML
output. Define areas using mlreportgen.dom.ImageArea
and append them to
the map.
The mlreportgen.dom.ImageMap
class is a handle
class.
Creation
Description
creates an empty image map. Use the
map
= ImageMap()ImageMap.append
method to add
image areas to the map.
Properties
Methods
Examples
Version History
Introduced in R2014b