public interface

HTMLObjectElement

implements HTMLElement
org.w3c.dom.html.HTMLObjectElement

Class Overview

Generic embedded object. Note. In principle, all properties on the object element are read-write but in some environments some properties may be read-only once the underlying object is instantiated. See the OBJECT element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getAlign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
abstract String getArchive()
Space-separated list of archives.
abstract String getBorder()
Width of border around the object.
abstract String getCode()
Applet class file.
abstract String getCodeBase()
Base URI for classid , data , and archive attributes.
abstract String getCodeType()
Content type for data downloaded via classid attribute.
abstract Document getContentDocument()
The document this object contains, if there is any and it is available, or null otherwise.
abstract String getData()
A URI specifying the location of the object's data.
abstract boolean getDeclare()
Declare (for future reference), but do not instantiate, this object.
abstract HTMLFormElement getForm()
Returns the FORM element containing this control.
abstract String getHeight()
Override height.
abstract String getHspace()
Horizontal space to the left and right of this image, applet, or object.
abstract String getName()
Form control or object name when submitted with a form.
abstract String getStandby()
Message to render while loading the object.
abstract int getTabIndex()
Index that represents the element's position in the tabbing order.
abstract String getType()
Content type for data downloaded via data attribute.
abstract String getUseMap()
Use client-side image map.
abstract String getVspace()
Vertical space above and below this image, applet, or object.
abstract String getWidth()
Override width.
abstract void setAlign(String align)
abstract void setArchive(String archive)
abstract void setBorder(String border)
abstract void setCode(String code)
abstract void setCodeBase(String codeBase)
abstract void setCodeType(String codeType)
abstract void setData(String data)
abstract void setDeclare(boolean declare)
abstract void setHeight(String height)
abstract void setHspace(String hspace)
abstract void setName(String name)
abstract void setStandby(String standby)
abstract void setTabIndex(int tabIndex)
abstract void setType(String type)
abstract void setUseMap(String useMap)
abstract void setVspace(String vspace)
abstract void setWidth(String width)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getAlign ()

Aligns this object (vertically or horizontally) with respect to its surrounding text. See the align attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract String getArchive ()

Space-separated list of archives. See the archive attribute definition in HTML 4.0.

public abstract String getBorder ()

Width of border around the object. See the border attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract String getCode ()

Applet class file. See the code attribute for HTMLAppletElement.

public abstract String getCodeBase ()

Base URI for classid , data , and archive attributes. See the codebase attribute definition in HTML 4.0.

public abstract String getCodeType ()

Content type for data downloaded via classid attribute. See the codetype attribute definition in HTML 4.0.

public abstract Document getContentDocument ()

The document this object contains, if there is any and it is available, or null otherwise.

public abstract String getData ()

A URI specifying the location of the object's data. See the data attribute definition in HTML 4.0.

public abstract boolean getDeclare ()

Declare (for future reference), but do not instantiate, this object. See the declare attribute definition in HTML 4.0.

public abstract HTMLFormElement getForm ()

Returns the FORM element containing this control. Returns null if this control is not within the context of a form.

public abstract String getHeight ()

Override height. See the height attribute definition in HTML 4.0.

public abstract String getHspace ()

Horizontal space to the left and right of this image, applet, or object. See the hspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract String getName ()

Form control or object name when submitted with a form. See the name attribute definition in HTML 4.0.

public abstract String getStandby ()

Message to render while loading the object. See the standby attribute definition in HTML 4.0.

public abstract int getTabIndex ()

Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.

public abstract String getType ()

Content type for data downloaded via data attribute. See the type attribute definition in HTML 4.0.

public abstract String getUseMap ()

Use client-side image map. See the usemap attribute definition in HTML 4.0.

public abstract String getVspace ()

Vertical space above and below this image, applet, or object. See the vspace attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract String getWidth ()

Override width. See the width attribute definition in HTML 4.0.

public abstract void setAlign (String align)

public abstract void setArchive (String archive)

public abstract void setBorder (String border)

public abstract void setCode (String code)

public abstract void setCodeBase (String codeBase)

public abstract void setCodeType (String codeType)

public abstract void setData (String data)

public abstract void setDeclare (boolean declare)

public abstract void setHeight (String height)

public abstract void setHspace (String hspace)

public abstract void setName (String name)

public abstract void setStandby (String standby)

public abstract void setTabIndex (int tabIndex)

public abstract void setType (String type)

public abstract void setUseMap (String useMap)

public abstract void setVspace (String vspace)

public abstract void setWidth (String width)