org.kde.koala

Class HTMLAppletElement

public class HTMLAppletElement extends HTMLElement

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

UNKNOWN: An embedded Java applet.

Constructor Summary
protected HTMLAppletElement(Class dummy)
HTMLAppletElement()
HTMLAppletElement(HTMLAppletElement other)
HTMLAppletElement(Node other)
Method Summary
Stringalign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Stringalt()
Alternate text for user agents not rendering the normal content of this element.
Stringarchive()
Comma-separated archive list.
Stringcode()
Applet class file.
StringcodeBase()
Optional base URI for applet.
longgetHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object.
longgetVspace()
Vertical space, in pixels, above and below this image, applet, or object.
Stringheight()
Override height.
Stringname()
The name of the applet.
Stringobject()
Serialized applet file.
voidsetAlign(String arg1)
see align
voidsetAlt(String arg1)
see alt
voidsetArchive(String arg1)
see archive
voidsetCode(String arg1)
see code
voidsetCodeBase(String value)
see codeBase
voidsetHeight(String arg1)
see height
voidsetHspace(long arg1)
see hspace
voidsetName(String arg1)
see name
voidsetObject(String arg1)
see object
voidsetVspace(long arg1)
see vspace
voidsetWidth(String arg1)
see width
Stringwidth()
Override width.

Constructor Detail

HTMLAppletElement

protected HTMLAppletElement(Class dummy)

HTMLAppletElement

public HTMLAppletElement()

HTMLAppletElement

public HTMLAppletElement(HTMLAppletElement other)

HTMLAppletElement

public HTMLAppletElement(Node other)

Method Detail

align

public String align()
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.

UNKNOWN: Aligns this object (vertically or horizontally) with respect to its surrounding text.

alt

public String alt()
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.

UNKNOWN: Alternate text for user agents not rendering the normal content of this element.

archive

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

UNKNOWN: Comma-separated archive list.

code

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

UNKNOWN: Applet class file.

codeBase

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

UNKNOWN: Optional base URI for applet.

getHspace

public long getHspace()
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.

UNKNOWN: Horizontal space, in pixels, to the left and right of this image, applet, or object.

getVspace

public long getVspace()
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.

UNKNOWN: Vertical space, in pixels, above and below this image, applet, or object.

height

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

UNKNOWN: Override height.

name

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

UNKNOWN: The name of the applet.

object

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

UNKNOWN: Serialized applet file.

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align

setAlt

public void setAlt(String arg1)
see alt

UNKNOWN: see alt

setArchive

public void setArchive(String arg1)
see archive

UNKNOWN: see archive

setCode

public void setCode(String arg1)
see code

UNKNOWN: see code

setCodeBase

public void setCodeBase(String value)
see codeBase

UNKNOWN: see codeBase

setHeight

public void setHeight(String arg1)
see height

UNKNOWN: see height

setHspace

public void setHspace(long arg1)
see hspace

UNKNOWN: see hspace

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setObject

public void setObject(String arg1)
see object

UNKNOWN: see object

setVspace

public void setVspace(long arg1)
see vspace

UNKNOWN: see vspace

setWidth

public void setWidth(String arg1)
see width

UNKNOWN: see width

width

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

UNKNOWN: Override width.