-
- All Superinterfaces:
-
Element
,HTMLElement
,Node
public interface HTMLAppletElement extends HTMLElement
嵌入式Java小程序。 请参阅HTML 4.0中的APPLET元素定义。 HTML 4.0中不推荐使用此元素。- 从以下版本开始:
- 1.4,DOM Level 2
-
-
Field Summary
-
Fields inherited from 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
-
-
方法摘要
所有方法 接口方法 抽象方法 Modifier and Type 方法 描述 String
getAlign()
将对象(垂直或水平)与其周围文本对齐。String
getAlt()
用户代理的替代文本不呈现此元素的正常内容。String
getArchive()
逗号分隔的档案列表。String
getCode()
Applet类文件。String
getCodeBase()
小程序的可选基本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)
-
Methods inherited from interface org.w3c.dom.Element
getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, getSchemaTypeInfo, getTagName, hasAttribute, hasAttributeNS, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setIdAttribute, setIdAttributeNode, setIdAttributeNS
-
Methods inherited from interface org.w3c.dom.html.HTMLElement
getClassName, getDir, getId, getLang, getTitle, setClassName, setDir, setId, setLang, setTitle
-
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
-
-
-
-
方法详细信息
-
getAlign
String getAlign()
将对象(垂直或水平)与其周围文本对齐。 请参阅HTML 4.0中的对齐属性定义。 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()
小程序的可选基本URI。 请参阅HTML 4.0中的代码库属性定义。 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)
-
-