mlreportgen.dom.ImageArea Class
Namespace: mlreportgen.dom
Define image area as hyperlink
Description
Use an object of the mlreportgen.dom.ImageArea class to 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.
To see what DOM objects you can append an mlreportgen.dom.ImageArea object to, see
Append mlreportgen.dom.ImageArea object to DOM class object.
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
More About
Version History
Introduced in R2014b