org.w3c.dom.html
public interface HTMLObjectElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
Method Summary | |
---|---|
String | getAlign()
Aligns this object (vertically or horizontally) with respect to its
surrounding text. |
String | getArchive()
Space-separated list of archives. |
String | getBorder()
Width of border around the object. |
String | getCode()
Applet class file. |
String | getCodeBase()
Base URI for classid , data , and
archive attributes. |
String | getCodeType()
Content type for data downloaded via classid attribute.
|
String | getData()
A URI specifying the location of the object's data. |
boolean | getDeclare()
Declare (for future reference), but do not instantiate, this object.
|
HTMLFormElement | getForm()
Returns the FORM element containing this control. |
String | getHeight()
Override height. |
String | getHspace()
Horizontal space to the left and right of this image, applet, or
object. |
String | getName()
Form control or object name when submitted with a form. |
String | getStandby()
Message to render while loading the object. |
int | getTabIndex()
Index that represents the element's position in the tabbing order. |
String | getType()
Content type for data downloaded via data attribute. |
String | getUseMap()
Use client-side image map. |
String | getVspace()
Vertical space above and below this image, applet, or object. |
String | getWidth()
Override width. |
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) |
code
attribute for
HTMLAppletElement.classid
, data
, and
archive
attributes. See the codebase attribute definition
in HTML 4.0.classid
attribute.
See the codetype attribute definition in HTML 4.0.FORM
element containing this control. Returns
null
if this control is not within the context of a
form.data
attribute. See
the type attribute definition in HTML 4.0.