MATLAB MATLAB REPORT GENERATOR - RELEASE NOTES Guía de usuario Pagina 669

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 986
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 668
mlreportgen.dom.ImageArea class
12-175
mlreportgen.dom.ImageArea class
Package: mlreportgen.dom
Define image area as hyperlink
Description
Define an area in an image to be an HTML hyperlink. When a user clicks an image area,
the HTML browser displays the target page, based on the URL or link target you specify.
You can provide alternative text for screen reader users.
Construction
imageAreaObj = ImageArea() creates an empty image area.
imageAreaObj = ImageArea(target,altText,x1,y1,x2,y2) creates a rectangular
image area.
imageAreaObj = ImageArea(target,altText,x,y,radius) creates a circular
image area.
imageAreaObj = ImageArea(target,altText,polygonCoordinates) creates a
polygonal image area.
Input Arguments
target — Image area hyperlink target
string
String that specifies either of these values:
URL of the page to be loaded when this image area is clicked
Name of a link target
altText — Text to display if image is not visible
string
Vista de pagina 668
1 2 ... 664 665 666 667 668 669 670 671 672 673 674 ... 985 986

Comentarios a estos manuales

Sin comentarios