org.w3c.dom.html
Interface HTMLImageElement
public
interface
HTMLImageElement
extends HTMLElement
Embedded image. See the IMG element definition in HTML 4.0.
Method Summary |
String | getAlign()
Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
String | getAlt()
Alternate text for user agents not rendering the normal contentof this
element. |
String | getBorder()
Width of border around image. |
String | getHeight()
Override height. |
String | getHspace()
Horizontal space to the left and right of this image. |
boolean | getIsMap()
Use server-side image map. |
String | getLongDesc()
URI designating a long description of this image or frame. |
String | getLowSrc()
URI designating the source of this image, for low-resolution output. |
String | getName()
The name of the element (for backwards compatibility). |
String | getSrc()
URI designating the source of this image. |
String | getUseMap()
Use client-side image map. |
String | getVspace()
Vertical space above and below this image. |
String | getWidth()
Override width. |
void | setAlign(String align) |
void | setAlt(String alt) |
void | setBorder(String border) |
void | setHeight(String height) |
void | setHspace(String hspace) |
void | setIsMap(boolean isMap) |
void | setLongDesc(String longDesc) |
void | setLowSrc(String lowSrc) |
void | setName(String name) |
void | setSrc(String src) |
void | setUseMap(String useMap) |
void | setVspace(String vspace) |
void | setWidth(String width) |
public String getAlign()
Aligns this object (vertically or horizontally) with respect to its
surrounding text. See the align attribute definition in HTML 4.0. This
attribute is deprecated in HTML 4.0.
public String getAlt()
Alternate text for user agents not rendering the normal contentof this
element. See the alt attribute definition in HTML 4.0.
public String getBorder()
Width of border around image. See the border attribute definition in HTML
4.0. This attribute is deprecated in HTML 4.0.
public String getHeight()
Override height. See the height attribute definition in HTML 4.0.
public String getHspace()
Horizontal space to the left and right of this image. See the hspace
attribute definition in HTML 4.0. This attribute is deprecated in HTML
4.0.
public boolean getIsMap()
Use server-side image map. See the ismap attribute definition in HTML 4.0.
public String getLongDesc()
URI designating a long description of this image or frame. See the
longdesc attribute definition in HTML 4.0.
public String getLowSrc()
URI designating the source of this image, for low-resolution output.
public String getName()
The name of the element (for backwards compatibility).
public String getSrc()
URI designating the source of this image. See the src attribute definition
in HTML 4.0.
public String getUseMap()
Use client-side image map. See the usemap attribute definition in HTML
4.0.
public String getVspace()
Vertical space above and below this image. See the vspace attribute
definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
public String getWidth()
Override width. See the width attribute definition in HTML 4.0.
public void setAlign(String align)
public void setAlt(String alt)
public void setBorder(String border)
public void setHeight(String height)
public void setHspace(String hspace)
public void setIsMap(boolean isMap)
public void setLongDesc(String longDesc)
public void setLowSrc(String lowSrc)
public void setName(String name)
public void setSrc(String src)
public void setUseMap(String useMap)
public void setVspace(String vspace)
public void setWidth(String width)