mlreportgen.dom.ImageArea Class
Namespace: mlreportgen.dom
Define image area as hyperlink
Description
Define an area in an image to hyperlink to. When you click an image area, an HTML
browser displays the target page, based on the URL or link target you specify. If the
target is in the same document, clicking the link moves you to that location in the
document. You can provide alternative text for screen readers that support alternative
text. Create image areas in reports with PDF or HTML output. Create the image map using
mlreportgen.dom.ImageMap
and append areas to
the map.
The mlreportgen.dom.ImageArea
class is a handle
class.
Creation
Description
creates an
empty image area.imageAreaObj
= ImageArea
creates a polygonal image area.imageAreaObj
= ImageArea(target
,altText
,polygonCoordinates
)
Input Arguments
Properties
Examples
Version History
Introduced in R2014b