|
|
Embedded image. See the IMG element definition in HTML 4.0.
| HTMLImageElement ()
| HTMLImageElement |
| HTMLImageElement (const HTMLImageElement &other)
| HTMLImageElement |
| HTMLImageElement (const Node &other)
| HTMLImageElement |
| HTMLImageElement (HTMLImageElementImpl *impl)
| HTMLImageElement |
[protected]
| HTMLImageElement & operator = (const HTMLImageElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLImageElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLImageElement ()
| ~HTMLImageElement |
| DOMString name ()
| name |
[const]
The name of the element (for backwards compatibility).
| void setName ( const DOMString & )
| setName |
see name
| DOMString align ()
| align |
[const]
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.
| void setAlign ( const DOMString & )
| setAlign |
see align
| DOMString alt ()
| alt |
[const]
Alternate text for user agents not rendering the normal content of this element. See the alt attribute definition in HTML 4.0.
| void setAlt ( const DOMString & )
| setAlt |
see alt
| DOMString getBorder ()
| getBorder |
[const]
Width of border around image. See the border attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setBorder ( const DOMString& )
| setBorder |
see border
| long border ()
| border |
[const]
| void setBorder ( long )
| setBorder |
| long height ()
| height |
[const]
Override height. See the height attribute definition in HTML 4.0.
| void setHeight ( long )
| setHeight |
see height
| long hspace ()
| hspace |
[const]
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.
| void setHspace ( long )
| setHspace |
see hspace
| bool isMap ()
| isMap |
[const]
Use server-side image map. See the ismap attribute definition in HTML 4.0.
| void setIsMap ( bool )
| setIsMap |
see isMap
| DOMString longDesc ()
| longDesc |
[const]
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.
| void setLongDesc ( const DOMString & )
| setLongDesc |
see longDesc
| DOMString src ()
| src |
[const]
URI designating the source of this image. See the src attribute definition in HTML 4.0.
| void setSrc ( const DOMString & )
| setSrc |
see src
| DOMString useMap ()
| useMap |
[const]
Use client-side image map. See the usemap attribute definition in HTML 4.0.
| void setUseMap ( const DOMString & )
| setUseMap |
see useMap
| long vspace ()
| vspace |
[const]
Vertical space above and below this image. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
| void setVspace ( long )
| setVspace |
see vspace
| long width ()
| width |
[const]
Override width. See the width attribute definition in HTML 4.0.
| void setWidth ( long )
| setWidth |
see width
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |