public interface

HTMLAppletElement

implements HTMLElement
org.w3c.dom.html.HTMLAppletElement

Class Overview

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

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
abstract String getAlt()
Alternate text for user agents not rendering the normal content of this element.
abstract String getArchive()
Comma-separated archive list.
abstract String getCode()
Applet class file.
abstract String getCodeBase()
Optional base URI for applet.
abstract String getHeight()
Override height.
abstract String getHspace()
Horizontal space to the left and right of this image, applet, or object.
abstract String getName()
The name of the applet.
abstract String getObject()
Serialized applet file.
abstract String getVspace()
Vertical space above and below this image, applet, or object.
abstract String getWidth()
Override width.
abstract void setAlign(String align)
abstract void setAlt(String alt)
abstract void setArchive(String archive)
abstract void setCode(String code)
abstract void setCodeBase(String codeBase)
abstract void setHeight(String height)
abstract void setHspace(String hspace)
abstract void setName(String name)
abstract void setObject(String object)
abstract void setVspace(String vspace)
abstract void setWidth(String width)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getAlign ()

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.

public abstract String getAlt ()

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.

public abstract String getArchive ()

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

public abstract String getCode ()

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

public abstract String getCodeBase ()

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

public abstract String getHeight ()

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

public abstract String getHspace ()

Horizontal space 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.

public abstract String getName ()

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

public abstract String getObject ()

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

public abstract String getVspace ()

Vertical space 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.

public abstract String getWidth ()

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

public abstract void setAlign (String align)

public abstract void setAlt (String alt)

public abstract void setArchive (String archive)

public abstract void setCode (String code)

public abstract void setCodeBase (String codeBase)

public abstract void setHeight (String height)

public abstract void setHspace (String hspace)

public abstract void setName (String name)

public abstract void setObject (String object)

public abstract void setVspace (String vspace)

public abstract void setWidth (String width)