org.kde.koala

Class HTMLObjectElement

public class HTMLObjectElement extends HTMLElement

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.

UNKNOWN: Generic embedded object.

Constructor Summary
protected HTMLObjectElement(Class dummy)
HTMLObjectElement()
HTMLObjectElement(HTMLObjectElement other)
HTMLObjectElement(Node other)
Method Summary
Stringalign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
Stringarchive()
Space-separated list of archives.
Stringborder()
Width of border around the object.
Stringcode()
Applet class file.
StringcodeBase()
Base URI for classid , data , and archive attributes.
StringcodeType()
Content type for data downloaded via classid attribute.
DocumentcontentDocument()
Introduced in DOM Level 2 Returns the document this iframe contains, if there is any and it is available, a Null document otherwise.
Stringdata()
A URI specifying the location of the object's data.
booleandeclare()
Declare (for future reference), but do not instantiate, this object.
HTMLFormElementformElement()
Returns the FORM element containing this control.
longgetHspace()
Horizontal space, in pixels, to the left and right of this image, applet, or object.
longgetVspace()
Vertical space, in pixels, above and below this image, applet, or object.
Stringheight()
Override height.
Stringname()
Form control or object name when submitted with a form.
voidsetAlign(String arg1)
see align
voidsetArchive(String arg1)
see archive
voidsetBorder(String arg1)
see border
voidsetCode(String arg1)
see code
voidsetCodeBase(String arg1)
see codeBase
voidsetCodeType(String arg1)
see codeType
voidsetData(String arg1)
see data
voidsetDeclare(boolean arg1)
see declare
voidsetHeight(String arg1)
see height
voidsetHspace(long arg1)
see hspace
voidsetName(String arg1)
see name
voidsetStandby(String arg1)
see standby
voidsetTabIndex(long arg1)
see tabIndex
voidsetType(String arg1)
see type
voidsetUseMap(String arg1)
see useMap
voidsetVspace(long arg1)
see vspace
voidsetWidth(String arg1)
see width
Stringstandby()
Message to render while loading the object.
longtabIndex()
Index that represents the element's position in the tabbing order.
Stringtype()
Content type for data downloaded via data attribute.
StringuseMap()
Use client-side image map.
Stringwidth()
Override width.

Constructor Detail

HTMLObjectElement

protected HTMLObjectElement(Class dummy)

HTMLObjectElement

public HTMLObjectElement()

HTMLObjectElement

public HTMLObjectElement(HTMLObjectElement other)

HTMLObjectElement

public HTMLObjectElement(Node other)

Method Detail

align

public String align()
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.

UNKNOWN: Aligns this object (vertically or horizontally) with respect to its surrounding text.

archive

public String archive()
Space-separated list of archives. See the archive attribute definition in HTML 4.0.

UNKNOWN: Space-separated list of archives.

border

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

UNKNOWN: Width of border around the object.

code

public String code()
Applet class file. See the code attribute for HTMLAppletElement.

UNKNOWN: Applet class file.

codeBase

public String codeBase()
Base URI for classid , data , and archive attributes. See the codebase attribute definition in HTML 4.0.

UNKNOWN: Base URI for classid , data , and archive attributes.

codeType

public String codeType()
Content type for data downloaded via classid attribute. See the codetype attribute definition in HTML 4.0.

UNKNOWN: Content type for data downloaded via classid attribute.

contentDocument

public 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. The attribute is read-only.

Returns: The content Document if available.

UNKNOWN: Introduced in DOM Level 2

data

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

UNKNOWN: A URI specifying the location of the object's data.

declare

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

UNKNOWN: Declare (for future reference), but do not instantiate, this object.

formElement

public HTMLFormElement formElement()
Returns the 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.

getHspace

public long getHspace()
Horizontal space, in pixels, 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.

UNKNOWN: Horizontal space, in pixels, to the left and right of this image, applet, or object.

getVspace

public long getVspace()
Vertical space, in pixels, 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.

UNKNOWN: Vertical space, in pixels, above and below this image, applet, or object.

height

public String height()
Override height. See the height attribute definition in HTML 4.0.

UNKNOWN: Override height.

name

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

UNKNOWN: Form control or object name when submitted with a form.

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align

setArchive

public void setArchive(String arg1)
see archive

UNKNOWN: see archive

setBorder

public void setBorder(String arg1)
see border

UNKNOWN: see border

setCode

public void setCode(String arg1)
see code

UNKNOWN: see code

setCodeBase

public void setCodeBase(String arg1)
see codeBase

UNKNOWN: see codeBase

setCodeType

public void setCodeType(String arg1)
see codeType

UNKNOWN: see codeType

setData

public void setData(String arg1)
see data

UNKNOWN: see data

setDeclare

public void setDeclare(boolean arg1)
see declare

UNKNOWN: see declare

setHeight

public void setHeight(String arg1)
see height

UNKNOWN: see height

setHspace

public void setHspace(long arg1)
see hspace

UNKNOWN: see hspace

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setStandby

public void setStandby(String arg1)
see standby

UNKNOWN: see standby

setTabIndex

public void setTabIndex(long arg1)
see tabIndex

UNKNOWN: see tabIndex

setType

public void setType(String arg1)
see type

UNKNOWN: see type

setUseMap

public void setUseMap(String arg1)
see useMap

UNKNOWN: see useMap

setVspace

public void setVspace(long arg1)
see vspace

UNKNOWN: see vspace

setWidth

public void setWidth(String arg1)
see width

UNKNOWN: see width

standby

public String standby()
Message to render while loading the object. See the standby attribute definition in HTML 4.0.

UNKNOWN: Message to render while loading the object.

tabIndex

public long tabIndex()
Index that represents the element's position in the tabbing order. See the tabindex attribute definition in HTML 4.0.

UNKNOWN: Index that represents the element's position in the tabbing order.

type

public String type()
Content type for data downloaded via data attribute. See the type attribute definition in HTML 4.0.

UNKNOWN: Content type for data downloaded via data attribute.

useMap

public String useMap()
Use client-side image map. See the usemap attribute definition in HTML 4.0.

UNKNOWN: Use client-side image map.

width

public String width()
Override width. See the width attribute definition in HTML 4.0.

UNKNOWN: Override width.