|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.Node
org.kde.koala.Element
org.kde.koala.HTMLElement
org.kde.koala.HTMLObjectElement
public class HTMLObjectElement
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.
Constructor Summary | |
---|---|
|
HTMLObjectElement()
|
protected |
HTMLObjectElement(java.lang.Class dummy)
|
|
HTMLObjectElement(HTMLObjectElement other)
|
|
HTMLObjectElement(Node other)
|
Method Summary | |
---|---|
java.lang.String |
align()
Aligns this object (vertically or horizontally) with respect to its surrounding text. |
java.lang.String |
archive()
Space-separated list of archives. |
java.lang.String |
border()
Width of border around the object. |
java.lang.String |
code()
Applet class file. |
java.lang.String |
codeBase()
Base URI for classid , data , and
archive attributes. |
java.lang.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. |
java.lang.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. |
java.lang.String |
height()
Override height. |
java.lang.String |
name()
Form control or object name when submitted with a form. |
void |
setAlign(java.lang.String arg1)
see align |
void |
setArchive(java.lang.String arg1)
see archive |
void |
setBorder(java.lang.String arg1)
see border |
void |
setCode(java.lang.String arg1)
see code |
void |
setCodeBase(java.lang.String arg1)
see codeBase |
void |
setCodeType(java.lang.String arg1)
see codeType |
void |
setData(java.lang.String arg1)
see data |
void |
setDeclare(boolean arg1)
see declare |
void |
setHeight(java.lang.String arg1)
see height |
void |
setHspace(long arg1)
see hspace |
void |
setName(java.lang.String arg1)
see name |
void |
setStandby(java.lang.String arg1)
see standby |
void |
setTabIndex(long arg1)
see tabIndex |
void |
setType(java.lang.String arg1)
see type |
void |
setUseMap(java.lang.String arg1)
see useMap |
void |
setVspace(long arg1)
see vspace |
void |
setWidth(java.lang.String arg1)
see width |
java.lang.String |
standby()
Message to render while loading the object. |
long |
tabIndex()
Index that represents the element's position in the tabbing order. |
java.lang.String |
type()
Content type for data downloaded via data
attribute. |
java.lang.String |
useMap()
Use client-side image map. |
java.lang.String |
width()
Override width. |
Methods inherited from class org.kde.koala.HTMLElement |
---|
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title |
Methods inherited from class org.kde.koala.Node |
---|
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected HTMLObjectElement(java.lang.Class dummy)
public HTMLObjectElement()
public HTMLObjectElement(HTMLObjectElement other)
public HTMLObjectElement(Node other)
Method Detail |
---|
public HTMLFormElement formElement()
FORM
element containing this
control. Returns null if this control is not within the context
of a form.
public java.lang.String code()
code
attribute for
HTMLAppletElement.
public void setCode(java.lang.String arg1)
public java.lang.String align()
public void setAlign(java.lang.String arg1)
public java.lang.String archive()
public void setArchive(java.lang.String arg1)
public java.lang.String border()
public void setBorder(java.lang.String arg1)
public java.lang.String codeBase()
classid
, data
, and
archive
attributes. See the
codebase attribute definition in HTML 4.0.
public void setCodeBase(java.lang.String arg1)
public java.lang.String codeType()
classid
attribute. See the
codetype attribute definition in HTML 4.0.
public void setCodeType(java.lang.String arg1)
public java.lang.String data()
public void setData(java.lang.String arg1)
public boolean declare()
public void setDeclare(boolean arg1)
public java.lang.String height()
public void setHeight(java.lang.String arg1)
public long getHspace()
public void setHspace(long arg1)
public java.lang.String name()
public void setName(java.lang.String arg1)
public java.lang.String standby()
public void setStandby(java.lang.String arg1)
public long tabIndex()
public void setTabIndex(long arg1)
public java.lang.String type()
data
attribute. See the
type attribute definition in HTML 4.0.
public void setType(java.lang.String arg1)
public java.lang.String useMap()
public void setUseMap(java.lang.String arg1)
public long getVspace()
public void setVspace(long arg1)
public java.lang.String width()
public void setWidth(java.lang.String arg1)
public Document contentDocument()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |