org.kde.koala
public class HTMLObjectElement extends HTMLElement
UNKNOWN: Generic embedded object.
| Constructor Summary | |
|---|---|
| protected | HTMLObjectElement(Class dummy) |
| HTMLObjectElement() | |
| HTMLObjectElement(HTMLObjectElement other) | |
| HTMLObjectElement(Node other) | |
| Method Summary | |
|---|---|
| String | align()
Aligns this object (vertically or horizontally) with respect to
its surrounding text. |
| String | archive()
Space-separated list of archives. |
| String | border()
Width of border around the object. |
| String | code()
Applet class file. |
| String | codeBase()
Base URI for classid , data , and
archive attributes. |
| String | codeType()
Content type for data downloaded via classid
attribute. |
| Document | contentDocument()
Introduced in DOM Level 2
Returns the document this iframe contains, if there is any and
it is available, a Null document otherwise. |
| String | data()
A URI specifying the location of the object's data. |
| boolean | declare()
Declare (for future reference), but do not instantiate, this
object. |
| HTMLFormElement | formElement()
Returns the FORM element containing this
control. |
| long | getHspace()
Horizontal space, in pixels, to the left and right of this image, applet,
or object. |
| long | getVspace()
Vertical space, in pixels, above and below this image, applet, or object.
|
| String | height()
Override height. |
| String | name()
Form control or object name when submitted with a form. |
| void | setAlign(String arg1)
see align |
| void | setArchive(String arg1)
see archive |
| void | setBorder(String arg1)
see border |
| void | setCode(String arg1)
see code |
| void | setCodeBase(String arg1)
see codeBase |
| void | setCodeType(String arg1)
see codeType |
| void | setData(String arg1)
see data |
| void | setDeclare(boolean arg1)
see declare |
| void | setHeight(String arg1)
see height |
| void | setHspace(long arg1)
see hspace |
| void | setName(String arg1)
see name |
| void | setStandby(String arg1)
see standby |
| void | setTabIndex(long arg1)
see tabIndex |
| void | setType(String arg1)
see type |
| void | setUseMap(String arg1)
see useMap |
| void | setVspace(long arg1)
see vspace |
| void | setWidth(String arg1)
see width |
| String | standby()
Message to render while loading the object. |
| long | tabIndex()
Index that represents the element's position in the tabbing
order. |
| String | type()
Content type for data downloaded via data
attribute. |
| String | useMap()
Use client-side image map. |
| String | width()
Override width. |
UNKNOWN: Aligns this object (vertically or horizontally) with respect to its surrounding text.
UNKNOWN: Space-separated list of archives.
UNKNOWN: Width of border around the object.
code attribute for
HTMLAppletElement.UNKNOWN: Applet class file.
classid , data , and
archive attributes. See the
codebase attribute definition in HTML 4.0.UNKNOWN: Base URI for classid , data , and archive attributes.
classid
attribute. See the
codetype attribute definition in HTML 4.0.UNKNOWN: Content type for data downloaded via classid attribute.
Returns: The content Document if available.
UNKNOWN: Introduced in DOM Level 2
UNKNOWN: A URI specifying the location of the object's data.
UNKNOWN: Declare (for future reference), but do not instantiate, this object.
FORM element containing this
control. Returns null if this control is not within the context
of a form.UNKNOWN: Returns the FORM element containing this control.
UNKNOWN: Horizontal space, in pixels, to the left and right of this image, applet, or object.
UNKNOWN: Vertical space, in pixels, above and below this image, applet, or object.
UNKNOWN: Override height.
UNKNOWN: Form control or object name when submitted with a form.
UNKNOWN: see align
UNKNOWN: see archive
UNKNOWN: see border
UNKNOWN: see code
UNKNOWN: see codeBase
UNKNOWN: see codeType
UNKNOWN: see data
UNKNOWN: see declare
UNKNOWN: see height
UNKNOWN: see hspace
UNKNOWN: see name
UNKNOWN: see standby
UNKNOWN: see tabIndex
UNKNOWN: see type
UNKNOWN: see useMap
UNKNOWN: see vspace
UNKNOWN: see width
UNKNOWN: Message to render while loading the object.
UNKNOWN: Index that represents the element's position in the tabbing order.
data
attribute. See the
type attribute definition in HTML 4.0.UNKNOWN: Content type for data downloaded via data attribute.
UNKNOWN: Use client-side image map.
UNKNOWN: Override width.