User`s guide

12 Classes – Alphabetical List
12-178
'circle' — circular image area
'poly' — polygonal image area
Coords — Coordinates for image area
array
(Read-only) The coordinates represent different kinds of points, depending on the shape
of the image area. Coordinates are relative to the top-left corner of the image.
For a rectangle, the coordinates represent the top-left corner and the bottom-right
corner.
For a circle, the array represents the coordinates at the center of the circle and the
radius.
For a polygon, the coordinates represent the corners.
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.
A session-unique ID is generated as part of document element creation. The generated
tag has the form CLASS:ID, where CLASS is the class of the element and ID is the value
of the Id property of the object. You can specify a tag to replace the generated tag.
Specify your own tag value, for example, to make it easier to identify where an issue
occurred during document generation.
Examples
Add Image Area to Image of a MATLAB Plot
import mlreportgen.dom.*
d = Document('imageArea','html');