-
- All Superinterfaces:
-
Element
,HTMLElement
,Node
public interface HTMLAppletElement extends HTMLElement
嵌入式Java小程序。 请参阅HTML 4.0中的APPLET元素定义。 HTML 4.0中不推荐使用此元素。- 从以下版本开始:
- 1.4,DOM Level 2
-
-
字段汇总
-
Fields declared in interface org.w3c.dom.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
-
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 String
getAlign()
将此对象(垂直或水平)相对于其周围文本对齐。String
getAlt()
用户代理的备用文本不呈现此元素的正常内容。String
getArchive()
以逗号分隔的存档列表。String
getCode()
Applet类文件。String
getCodeBase()
applet的可选基URI。String
getHeight()
覆盖高度。String
getHspace()
此图像,小程序或对象左侧和右侧的水平空间。String
getName()
小程序的名称。String
getObject()
序列化的小程序文件。String
getVspace()
此图像,小程序或对象上方和下方的垂直空间。String
getWidth()
覆盖宽度。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)
-
声明方法的接口 org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
-
声明方法的接口 org.w3c.dom.html.HTMLElement
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
-
声明方法的接口 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
-
-
-
-
方法详细信息
-
getAlign
String getAlign()
将此对象(垂直或水平)相对于其周围文本对齐。 请参阅HTML 4.0中的align属性定义。 HTML 4.0中不推荐使用此属性。
-
setAlign
void setAlign(String align)
-
getAlt
String getAlt()
用户代理的备用文本不呈现此元素的正常内容。 请参阅HTML 4.0中的alt属性定义。 HTML 4.0中不推荐使用此属性。
-
setAlt
void setAlt(String alt)
-
getArchive
String getArchive()
以逗号分隔的存档列表。 请参阅HTML 4.0中的存档属性定义。 HTML 4.0中不推荐使用此属性。
-
setArchive
void setArchive(String archive)
-
getCode
String getCode()
Applet类文件。 请参阅HTML 4.0中的代码属性定义。 HTML 4.0中不推荐使用此属性。
-
setCode
void setCode(String code)
-
getCodeBase
String getCodeBase()
applet的可选基URI。 请参阅HTML 4.0中的codebase属性定义。 HTML 4.0中不推荐使用此属性。
-
setCodeBase
void setCodeBase(String codeBase)
-
getHeight
String getHeight()
覆盖高度。 请参阅HTML 4.0中的height属性定义。 HTML 4.0中不推荐使用此属性。
-
setHeight
void setHeight(String height)
-
getHspace
String getHspace()
此图像,小程序或对象左侧和右侧的水平空间。 请参阅HTML 4.0中的hspace属性定义。 HTML 4.0中不推荐使用此属性。
-
setHspace
void setHspace(String hspace)
-
getName
String getName()
小程序的名称。 请参阅HTML 4.0中的name属性定义。 HTML 4.0中不推荐使用此属性。
-
setName
void setName(String name)
-
getObject
String getObject()
序列化的小程序文件。 请参阅HTML 4.0中的对象属性定义。 HTML 4.0中不推荐使用此属性。
-
setObject
void setObject(String object)
-
getVspace
String getVspace()
此图像,小程序或对象上方和下方的垂直空间。 请参阅HTML 4.0中的vspace属性定义。 HTML 4.0中不推荐使用此属性。
-
setVspace
void setVspace(String vspace)
-
getWidth
String getWidth()
Override width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
-
setWidth
void setWidth(String width)
-
-