Home » xml-commons-external-1.4.01-src » org.w3c » dom » html » [javadoc | source]
org.w3c.dom.html
public interface: HTMLImageElement [javadoc | source]

All Implemented Interfaces:
    HTMLElement

Embedded image. See the IMG element definition in HTML 4.0.
Method from org.w3c.dom.html.HTMLImageElement Summary:
getAlign,   getAlt,   getBorder,   getHeight,   getHspace,   getIsMap,   getLongDesc,   getLowSrc,   getName,   getSrc,   getUseMap,   getVspace,   getWidth,   setAlign,   setAlt,   setBorder,   setHeight,   setHspace,   setIsMap,   setLongDesc,   setLowSrc,   setName,   setSrc,   setUseMap,   setVspace,   setWidth
Method from org.w3c.dom.html.HTMLImageElement Detail:
 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)