-
- All Superinterfaces:
-
Element
,HTMLElement
,Node
public interface HTMLObjectElement extends HTMLElement
通用嵌入对象。 注意。 原则上,对象元素上的所有属性都是读写的,但在某些环境中,一旦实例化了基础对象,某些属性可能是只读的。 请参阅HTML 4.0中的OBJECT元素定义。- 从以下版本开始:
- 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
getArchive()
空格分隔的档案清单。String
getBorder()
对象边框宽度。String
getCode()
Applet类文件。String
getCodeBase()
基本URIclassid
,data
,并archive
属性。String
getCodeType()
通过classid
属性下载的数据的内容类型。Document
getContentDocument()
这个对象包含的文档,如果有的话,可以使用,否则为null
。String
getData()
指定对象数据位置的URI。boolean
getDeclare()
声明(为将来参考),但不要实例化,这个对象。HTMLFormElement
getForm()
返回包含此控件的FORM
元素。String
getHeight()
覆盖高度String
getHspace()
此图像左侧和右侧的水平空间,小程序或对象。String
getName()
表单控件或表单提交时的对象名称。String
getStandby()
加载对象时要呈现的消息。int
getTabIndex()
表示元素在分页顺序中的位置的索引。String
getType()
通过data
属性下载的数据的内容类型。String
getUseMap()
使用客户端图像映射。String
getVspace()
这个图像,小程序或对象之上和之下的垂直空间。String
getWidth()
覆盖宽度void
setAlign(String align)
void
setArchive(String archive)
void
setBorder(String border)
void
setCode(String code)
void
setCodeBase(String codeBase)
void
setCodeType(String codeType)
void
setData(String data)
void
setDeclare(boolean declare)
void
setHeight(String height)
void
setHspace(String hspace)
void
setName(String name)
void
setStandby(String standby)
void
setTabIndex(int tabIndex)
void
setType(String type)
void
setUseMap(String useMap)
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
-
-
-
-
方法详细信息
-
getForm
HTMLFormElement getForm()
返回包含此控件的FORM
元素。 如果此控件不在表单的上下文中,则返回null
。
-
getCode
String getCode()
Applet类文件。 请参阅code
属性。
-
setCode
void setCode(String code)
-
getAlign
String getAlign()
将对象(垂直或水平)与其周围文本对齐。 请参阅HTML 4.0中的对齐属性定义。 HTML 4.0中已弃用此属性。
-
setAlign
void setAlign(String align)
-
getArchive
String getArchive()
空格分隔的档案清单。 请参阅HTML 4.0中的归档属性定义。
-
setArchive
void setArchive(String archive)
-
getBorder
String getBorder()
对象边框宽度。 请参阅HTML 4.0中的border属性定义。 HTML 4.0中已弃用此属性。
-
setBorder
void setBorder(String border)
-
getCodeBase
String getCodeBase()
基本URIclassid
,data
,并archive
属性。 请参阅HTML 4.0中的代码库属性定义。
-
setCodeBase
void setCodeBase(String codeBase)
-
getCodeType
String getCodeType()
通过classid
属性下载的数据的内容类型。 请参阅HTML 4.0中的codetype属性定义。
-
setCodeType
void setCodeType(String codeType)
-
getData
String getData()
指定对象数据位置的URI。 请参阅HTML 4.0中的数据属性定义。
-
setData
void setData(String data)
-
getDeclare
boolean getDeclare()
声明(为将来参考),但不要实例化,这个对象。 请参阅HTML 4.0中的declare属性定义。
-
setDeclare
void setDeclare(boolean declare)
-
getHeight
String getHeight()
覆盖高度 请参阅HTML 4.0中的height属性定义。
-
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属性定义。
-
setName
void setName(String name)
-
getStandby
String getStandby()
加载对象时要呈现的消息。 请参阅HTML 4.0中的备用属性定义。
-
setStandby
void setStandby(String standby)
-
getTabIndex
int getTabIndex()
表示元素在分页顺序中的位置的索引。 请参阅HTML 4.0中的tabindex属性定义。
-
setTabIndex
void setTabIndex(int tabIndex)
-
getType
String getType()
通过data
属性下载的数据的内容类型。 请参阅HTML 4.0中的类型属性定义。
-
setType
void setType(String type)
-
getUseMap
String getUseMap()
使用客户端图像映射。 请参阅HTML 4.0中的usemap属性定义。
-
setUseMap
void setUseMap(String useMap)
-
getVspace
String getVspace()
这个图像,小程序或对象之上和之下的垂直空间。 请参阅HTML 4.0中的vspace属性定义。 HTML 4.0中已弃用此属性。
-
setVspace
void setVspace(String vspace)
-
getWidth
String getWidth()
覆盖宽度 请参阅HTML 4.0中的width属性定义。
-
setWidth
void setWidth(String width)
-
getContentDocument
Document getContentDocument()
这个对象包含的文件,如果有的话,它可用,否则为null
。- 从以下版本开始:
- 1.4,DOM Level 2
-
-