|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HTMLAppletElement
An embedded Java applet. See the APPLET element definition in HTML 4.01. This element is deprecated in HTML 4.01.
See also the Document Object Model (DOM) Level 2 HTML Specification.
Field Summary |
---|
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 [IETF RFC 2396] for applet. |
|
String |
getHeight()
Override height. |
|
int |
getHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object. |
|
String |
getName()
The name of the applet. |
|
String |
getObject()
The value of the "object" attribute. |
|
int |
getVspace()
Vertical space, in pixels, above and below this image, applet, or object. |
|
String |
getWidth()
Override width. |
|
void |
setAlign(String align)
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
|
void |
setAlt(String alt)
Alternate text for user agents not rendering the normal content of this element. |
|
void |
setArchive(String archive)
Comma-separated archive list. |
|
void |
setCode(String code)
Applet class file. |
|
void |
setCodeBase(String codeBase)
Optional base URI [IETF RFC 2396] for applet. |
|
void |
setHeight(String height)
Override height. |
|
void |
setHspace(int hspace)
Horizontal space, in pixels, to the left and right of this image, applet, or object. |
|
void |
setName(String name)
The name of the applet. |
|
void |
setObject(String object)
The value of the "object" attribute. |
|
void |
setVspace(int vspace)
Vertical space, in pixels, above and below this image, applet, or object. |
|
void |
setWidth(String width)
Override width. |
Methods inherited from interface org.w3c.dom.html2.HTMLElement |
---|
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle |
Methods inherited from interface org.w3c.dom.Element |
---|
getAttribute, getAttributeNS, getAttributeNode, getAttributeNodeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNS, removeAttributeNode, setAttribute, setAttributeNS, setAttributeNode, setAttributeNodeNS, setIdAttribute, setIdAttributeNS, setIdAttributeNode |
Methods inherited from interface org.w3c.dom.Node |
---|
appendChild, cloneNode, compareDocumentPosition, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getLocalName, getNamespaceURI, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentNode, getPrefix, getPreviousSibling, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, removeChild, replaceChild, setNodeValue, setPrefix, setTextContent, setUserData |
Method Detail |
---|
String getAlign()
void setAlign(String align)
String getAlt()
void setAlt(String alt)
String getArchive()
void setArchive(String archive)
String getCode()
void setCode(String code)
String getCodeBase()
void setCodeBase(String codeBase)
String getHeight()
void setHeight(String height)
int getHspace()
void setHspace(int hspace)
String getName()
void setName(String name)
String getObject()
void setObject(String object)
int getVspace()
void setVspace(int vspace)
String getWidth()
void setWidth(String width)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal