class HTMLImageElement

Embedded image. More...

Full nameDOM::HTMLImageElement
Definition#include <html_image.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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.

DOMString  lowSrc ()

[const]

URI designating the source of this image, for low-resolution output.

void  setLowSrc ( const DOMString & )

see lowSrc

DOMString  name ()

[const]

The name of the element (for backwards compatibility).

void  setName ( const DOMString & )

see name

DOMString  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 & )

see align

DOMString  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 & )

see alt

DOMString  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 & )

see border

DOMString  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 & )

see height

DOMString  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 & )

see hspace

bool  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 )

see isMap

DOMString  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 & )

see longDesc

DOMString  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 & )

see src

DOMString  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 & )

see useMap

DOMString  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 & )

see vspace

DOMString  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 & )

see width


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.