org.kde.koala
public class HTMLAppletElement extends HTMLElement
UNKNOWN: An embedded Java applet.
| Constructor Summary | |
|---|---|
| protected | HTMLAppletElement(Class dummy) |
| HTMLAppletElement() | |
| HTMLAppletElement(HTMLAppletElement other) | |
| HTMLAppletElement(Node other) | |
| Method Summary | |
|---|---|
| String | align()
Aligns this object (vertically or horizontally) with respect to
its surrounding text. |
| String | alt()
Alternate text for user agents not rendering the normal content
of this element. |
| String | archive()
Comma-separated archive list. |
| String | code()
Applet class file. |
| String | codeBase()
Optional base URI for applet. |
| long | getHspace()
Horizontal space, in pixels, to the left and right of this image, applet,
or object. |
| long | getVspace()
Vertical space, in pixels, above and below this image, applet, or object.
|
| String | height()
Override height. |
| String | name()
The name of the applet. |
| String | object()
Serialized applet file. |
| void | setAlign(String arg1)
see align |
| void | setAlt(String arg1)
see alt |
| void | setArchive(String arg1)
see archive |
| void | setCode(String arg1)
see code |
| void | setCodeBase(String value)
see codeBase |
| void | setHeight(String arg1)
see height |
| void | setHspace(long arg1)
see hspace |
| void | setName(String arg1)
see name |
| void | setObject(String arg1)
see object |
| void | setVspace(long arg1)
see vspace |
| void | setWidth(String arg1)
see width |
| String | width()
Override width. |
UNKNOWN: Aligns this object (vertically or horizontally) with respect to its surrounding text.
UNKNOWN: Alternate text for user agents not rendering the normal content of this element.
UNKNOWN: Comma-separated archive list.
UNKNOWN: Applet class file.
UNKNOWN: Optional base URI for applet.
UNKNOWN: Horizontal space, in pixels, to the left and right of this image, applet, or object.
UNKNOWN: Vertical space, in pixels, above and below this image, applet, or object.
UNKNOWN: Override height.
UNKNOWN: The name of the applet.
UNKNOWN: Serialized applet file.
UNKNOWN: see align
UNKNOWN: see alt
UNKNOWN: see archive
UNKNOWN: see code
UNKNOWN: see codeBase
UNKNOWN: see height
UNKNOWN: see hspace
UNKNOWN: see name
UNKNOWN: see object
UNKNOWN: see vspace
UNKNOWN: see width
UNKNOWN: Override width.