|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Generic embedded object. Note. In principle, allproperties on the object element are read-write but in someenvironments some properties may be read-only once the underlyingobject is instantiated. See the OBJECT element definition in HTML 4.0.
Method Summary | |
java.lang.String |
getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
java.lang.String |
getArchive()
Space-separated list of archives. |
java.lang.String |
getBorder()
Width of border around the object. |
java.lang.String |
getCode()
Applet class file. |
java.lang.String |
getCodeBase()
Base URI for classid , data , and
archive attributes. |
java.lang.String |
getCodeType()
Content type for data downloaded via classid attribute. |
java.lang.String |
getData()
A URI specifying the location of the object's data. |
boolean |
getDeclare()
Declare (for future reference), but do not instantiate, thisobject. |
HTMLFormElement |
getForm()
Returns the FORM element containing this control.Returns
null if this control is not within the context of a form. |
java.lang.String |
getHeight()
Override height. |
java.lang.String |
getHspace()
Horizontal space to the left and right of this image, applet, or object. |
java.lang.String |
getName()
Form control or object name when submitted with a form. |
java.lang.String |
getStandby()
Message to render while loading the object. |
int |
getTabIndex()
Index that represents the element's position in the tabbing order. |
java.lang.String |
getType()
Content type for data downloaded via data attribute. |
java.lang.String |
getUseMap()
Use client-side image map. |
java.lang.String |
getVspace()
Vertical space above and below this image, applet, or object. |
java.lang.String |
getWidth()
Override width. |
void |
setAlign(java.lang.String align)
|
void |
setArchive(java.lang.String archive)
|
void |
setBorder(java.lang.String border)
|
void |
setCode(java.lang.String code)
|
void |
setCodeBase(java.lang.String codeBase)
|
void |
setCodeType(java.lang.String codeType)
|
void |
setData(java.lang.String data)
|
void |
setDeclare(boolean declare)
|
void |
setHeight(java.lang.String height)
|
void |
setHspace(java.lang.String hspace)
|
void |
setName(java.lang.String name)
|
void |
setStandby(java.lang.String standby)
|
void |
setTabIndex(int tabIndex)
|
void |
setType(java.lang.String type)
|
void |
setUseMap(java.lang.String useMap)
|
void |
setVspace(java.lang.String vspace)
|
void |
setWidth(java.lang.String width)
|
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.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.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 |
public HTMLFormElement getForm()
FORM
element containing this control.Returns
null if this control is not within the context of a form.public java.lang.String getCode()
code
attribute for
HTMLAppletElement.public void setCode(java.lang.String code)
public java.lang.String getAlign()
public void setAlign(java.lang.String align)
public java.lang.String getArchive()
public void setArchive(java.lang.String archive)
public java.lang.String getBorder()
public void setBorder(java.lang.String border)
public java.lang.String getCodeBase()
classid
, data
, and
archive
attributes. See the codebase attribute definition
in HTML 4.0.public void setCodeBase(java.lang.String codeBase)
public java.lang.String getCodeType()
classid
attribute. See
the codetype attribute definition in HTML 4.0.public void setCodeType(java.lang.String codeType)
public java.lang.String getData()
public void setData(java.lang.String data)
public boolean getDeclare()
public void setDeclare(boolean declare)
public java.lang.String getHeight()
public void setHeight(java.lang.String height)
public java.lang.String getHspace()
public void setHspace(java.lang.String hspace)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getStandby()
public void setStandby(java.lang.String standby)
public int getTabIndex()
public void setTabIndex(int tabIndex)
public java.lang.String getType()
data
attribute. See the
type attribute definition in HTML 4.0.public void setType(java.lang.String type)
public java.lang.String getUseMap()
public void setUseMap(java.lang.String useMap)
public java.lang.String getVspace()
public void setVspace(java.lang.String vspace)
public java.lang.String getWidth()
public void setWidth(java.lang.String width)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |