org.w3c.dom.html

Interface HTMLAppletElement

public interface HTMLAppletElement extends HTMLElement

An embedded Java applet. See the APPLET element definition in HTML 4.0. This element is deprecated in HTML 4.0.
Method Summary
StringgetAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
StringgetAlt()
Alternate text for user agents not rendering the normal contentof this element.
StringgetArchive()
Comma-separated archive list.
StringgetCode()
Applet class file.
StringgetCodeBase()
Optional base URI for applet.
StringgetHeight()
Override height.
StringgetHspace()
Horizontal space to the left and right of this image, applet, or object.
StringgetName()
The name of the applet.
StringgetObject()
Serialized applet file.
StringgetVspace()
Vertical space above and below this image, applet, or object.
StringgetWidth()
Override width.
voidsetAlign(String align)
voidsetAlt(String alt)
voidsetArchive(String archive)
voidsetCode(String code)
voidsetCodeBase(String codeBase)
voidsetHeight(String height)
voidsetHspace(String hspace)
voidsetName(String name)
voidsetObject(String object)
voidsetVspace(String vspace)
voidsetWidth(String width)

Method Detail

getAlign

public 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.

getAlt

public String getAlt()
Alternate text for user agents not rendering the normal contentof this element. See the alt attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

getArchive

public String getArchive()
Comma-separated archive list. See the archive attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

getCode

public String getCode()
Applet class file. See the code attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

getCodeBase

public String getCodeBase()
Optional base URI for applet. See the codebase attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

getHeight

public String getHeight()
Override height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

getHspace

public 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.

getName

public String getName()
The name of the applet. See the name attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

getObject

public String getObject()
Serialized applet file. See the object attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

getVspace

public 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.

getWidth

public String getWidth()
Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

setAlign

public void setAlign(String align)

setAlt

public void setAlt(String alt)

setArchive

public void setArchive(String archive)

setCode

public void setCode(String code)

setCodeBase

public void setCodeBase(String codeBase)

setHeight

public void setHeight(String height)

setHspace

public void setHspace(String hspace)

setName

public void setName(String name)

setObject

public void setObject(String object)

setVspace

public void setVspace(String vspace)

setWidth

public void setWidth(String width)