|
|
Embedded image. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#edef-IMG"> IMG element definition </a> 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 lowSrc ()
| lowSrc |
[const]
URI designating the source of this image, for low-resolution output.
void setLowSrc ( const DOMString & )
| setLowSrc |
see lowSrc
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 <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-align-IMG"> align attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-alt"> alt attribute definition </a> in HTML 4.0.
void setAlt ( const DOMString & )
| setAlt |
see alt
DOMString border ()
| border |
[const]
Width of border around image. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-border-IMG"> border attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setBorder ( const DOMString & )
| setBorder |
see border
DOMString height ()
| height |
[const]
Override height. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-height-IMG"> height attribute definition </a> in HTML 4.0.
void setHeight ( const DOMString & )
| setHeight |
see height
DOMString hspace ()
| hspace |
[const]
Horizontal space to the left and right of this image. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-hspace"> hspace attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setHspace ( const DOMString & )
| setHspace |
see hspace
bool isMap ()
| isMap |
[const]
Use server-side image map. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-ismap"> ismap attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-longdesc-IMG"> longdesc attribute definition </a> in HTML 4.0.
void setLongDesc ( const DOMString & )
| setLongDesc |
see longDesc
DOMString src ()
| src |
[const]
URI designating the source of this image. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-src-IMG"> src attribute definition </a> in HTML 4.0.
void setSrc ( const DOMString & )
| setSrc |
see src
DOMString useMap ()
| useMap |
[const]
Use client-side image map. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-usemap"> usemap attribute definition </a> in HTML 4.0.
void setUseMap ( const DOMString & )
| setUseMap |
see useMap
DOMString vspace ()
| vspace |
[const]
Vertical space above and below this image. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-vspace"> vspace attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setVspace ( const DOMString & )
| setVspace |
see vspace
DOMString width ()
| width |
[const]
Override width. See the <a href="http://www.w3.org/TR/REC-html40/struct/objects.html#adef-width-IMG"> width attribute definition </a> in HTML 4.0.
void setWidth ( const DOMString & )
| setWidth |
see width
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |