org.kde.koala
public class HTMLImageElement extends HTMLElement
UNKNOWN: Embedded image.
Constructor Summary | |
---|---|
protected | HTMLImageElement(Class dummy) |
HTMLImageElement() | |
HTMLImageElement(HTMLImageElement other) | |
HTMLImageElement(Node other) |
Method Summary | |
---|---|
String | align()
Aligns this object (vertically or horizontally) with respect to
its surrounding text. |
String | alt()
Alternate text for user agents not rendering the normal content
of this element. |
String | getBorder()
Width of border around image. |
long | height()
Override height. |
long | hspace()
Horizontal space to the left and right of this image. |
boolean | isMap()
Use server-side image map. |
String | longDesc()
URI designating a long description of this image or frame. |
String | name()
The name of the element (for backwards compatibility). |
void | setAlign(String arg1)
see align |
void | setAlt(String arg1)
see alt |
void | setBorder(String arg1)
see border |
void | setHeight(long arg1)
see height |
void | setHspace(long arg1)
see hspace |
void | setIsMap(boolean arg1)
see isMap |
void | setLongDesc(String arg1)
see longDesc |
void | setName(String arg1)
see name |
void | setSrc(String arg1)
see src |
void | setUseMap(String arg1)
see useMap |
void | setVspace(long arg1)
see vspace |
void | setWidth(long arg1)
see width |
String | src()
URI designating the source of this image. |
String | useMap()
Use client-side image map. |
long | vspace()
Vertical space above and below this image. |
long | width()
Override width. |
long | x()
Nonstandard extension to DOM.ImgElement |
long | y() |
UNKNOWN: Aligns this object (vertically or horizontally) with respect to its surrounding text.
UNKNOWN: Alternate text for user agents not rendering the normal content of this element.
UNKNOWN: Width of border around image.
UNKNOWN: Override height.
UNKNOWN: Horizontal space to the left and right of this image.
UNKNOWN: Use server-side image map.
UNKNOWN: URI designating a long description of this image or frame.
UNKNOWN: The name of the element (for backwards compatibility).
UNKNOWN: see align
UNKNOWN: see alt
UNKNOWN: see border
UNKNOWN: see height
UNKNOWN: see hspace
UNKNOWN: see isMap
UNKNOWN: see longDesc
UNKNOWN: see name
UNKNOWN: see src
UNKNOWN: see useMap
UNKNOWN: see vspace
UNKNOWN: see width
UNKNOWN: URI designating the source of this image.
UNKNOWN: Use client-side image map.
UNKNOWN: Vertical space above and below this image.
UNKNOWN: Override width.
UNKNOWN: Nonstandard extension to DOM.ImgElement