class HTMLAppletElement

An embedded Java applet. More...

Full nameDOM::HTMLAppletElement
Definition#include <html_object.h>
InheritsDOM::HTMLElement [public ]
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

An embedded Java applet. See the APPLET element definition in HTML 4.0. This element is deprecated in HTML 4.0.

 HTMLAppletElement ()

HTMLAppletElement

 HTMLAppletElement (const HTMLAppletElement &other)

HTMLAppletElement

 HTMLAppletElement (const Node &other)

HTMLAppletElement

 HTMLAppletElement (HTMLAppletElementImpl *impl)

HTMLAppletElement

[protected]

HTMLAppletElement &  operator = (const HTMLAppletElement &other)

operator =

Reimplemented from HTMLElement.

HTMLAppletElement &  operator = (const Node &other)

operator =

Reimplemented from HTMLElement.

 ~HTMLAppletElement ()

~HTMLAppletElement

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. This attribute is deprecated in HTML 4.0.

void  setAlt ( const DOMString & )

setAlt

see alt

DOMString  archive ()

archive

[const]

Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setArchive ( const DOMString & )

setArchive

see archive

DOMString  code ()

code

[const]

Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setCode ( const DOMString & )

setCode

see code

DOMString  codeBase ()

codeBase

[const]

Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setCodeBase ( const DOMString & )

setCodeBase

see codeBase

DOMString  height ()

height

[const]

Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setHeight ( const DOMString & )

setHeight

see height

long  getHspace ()

getHspace

[const]

Horizontal space, in pixels, to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setHspace ( long )

setHspace

see hspace

DOMString  hspace ()

hspace

[const]

void  setHspace ( const DOMString & )

setHspace

DOMString  name ()

name

[const]

The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setName ( const DOMString & )

setName

see name

DOMString  object ()

object

[const]

Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setObject ( const DOMString & )

setObject

see object

long  getVspace ()

getVspace

[const]

Vertical space, in pixels, above and below this image, applet, or object. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setVspace ( long )

setVspace

see vspace

DOMString  vspace ()

vspace

[const]

void  setVspace ( const DOMString & )

setVspace

DOMString  width ()

width

[const]

Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

void  setWidth ( const DOMString & )

setWidth

see width


Generated by: caleb on tcdevel on Tue Jan 28 12:54:28 2003, using kdoc $.