org.w3c.dom.html
public interface HTMLAppletElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
| Method Summary | |
|---|---|
| String | getAlign()
Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
| String | getAlt()
Alternate text for user agents not rendering the normal content of this
element. |
| String | getArchive()
Comma-separated archive list. |
| String | getCode()
Applet class file. |
| String | getCodeBase()
Optional base URI for applet. |
| String | getHeight()
Override height. |
| String | getHspace()
Horizontal space to the left and right of this image, applet, or
object. |
| String | getName()
The name of the applet. |
| String | getObject()
Serialized applet file. |
| String | getVspace()
Vertical space above and below this image, applet, or object. |
| String | getWidth()
Override width. |
| void | setAlign(String align) |
| void | setAlt(String alt) |
| void | setArchive(String archive) |
| void | setCode(String code) |
| void | setCodeBase(String codeBase) |
| void | setHeight(String height) |
| void | setHspace(String hspace) |
| void | setName(String name) |
| void | setObject(String object) |
| void | setVspace(String vspace) |
| void | setWidth(String width) |