org.kde.koala

Class HTMLIFrameElement

public class HTMLIFrameElement extends HTMLElement

Inline subwindows. See the IFRAME element definition in HTML 4.0.

UNKNOWN: Inline subwindows.

Constructor Summary
protected HTMLIFrameElement(Class dummy)
HTMLIFrameElement()
HTMLIFrameElement(HTMLIFrameElement other)
HTMLIFrameElement(Node other)
Method Summary
Stringalign()
Aligns this object (vertically or horizontally) with respect to its surrounding text.
DocumentcontentDocument()
Introduced in DOM Level 2 Returns the document this iframe contains, if there is any and it is available, a Null document otherwise.
StringframeBorder()
Request frame borders.
Stringheight()
Frame height.
StringlongDesc()
URI designating a long description of this image or frame.
StringmarginHeight()
Frame margin height, in pixels.
StringmarginWidth()
Frame margin width, in pixels.
Stringname()
The frame name (object of the target attribute).
Stringscrolling()
Specify whether or not the frame should have scrollbars.
voidsetAlign(String arg1)
see align
voidsetFrameBorder(String arg1)
see frameBorder
voidsetHeight(String arg1)
see height
voidsetLongDesc(String arg1)
see longDesc
voidsetMarginHeight(String arg1)
see marginHeight
voidsetMarginWidth(String arg1)
see marginWidth
voidsetName(String arg1)
see name
voidsetScrolling(String arg1)
see scrolling
voidsetSrc(String arg1)
see src
voidsetWidth(String arg1)
see width
Stringsrc()
A URI designating the initial frame contents.
Stringwidth()
Frame width.

Constructor Detail

HTMLIFrameElement

protected HTMLIFrameElement(Class dummy)

HTMLIFrameElement

public HTMLIFrameElement()

HTMLIFrameElement

public HTMLIFrameElement(HTMLIFrameElement other)

HTMLIFrameElement

public HTMLIFrameElement(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.

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

frameBorder

public String frameBorder()
Request frame borders. See the frameborder attribute definition in HTML 4.0.

UNKNOWN: Request frame borders.

height

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

UNKNOWN: Frame height.

longDesc

public String longDesc()
URI designating a long description of this image or frame. See the longdesc attribute definition in HTML 4.0.

UNKNOWN: URI designating a long description of this image or frame.

marginHeight

public String marginHeight()
Frame margin height, in pixels. See the marginheight attribute definition in HTML 4.0.

UNKNOWN: Frame margin height, in pixels.

marginWidth

public String marginWidth()
Frame margin width, in pixels. See the marginwidth attribute definition in HTML 4.0.

UNKNOWN: Frame margin width, in pixels.

name

public String name()
The frame name (object of the target attribute). See the name attribute definition in HTML 4.0.

UNKNOWN: The frame name (object of the target attribute).

scrolling

public String scrolling()
Specify whether or not the frame should have scrollbars. See the scrolling attribute definition in HTML 4.0.

UNKNOWN: Specify whether or not the frame should have scrollbars.

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align

setFrameBorder

public void setFrameBorder(String arg1)
see frameBorder

UNKNOWN: see frameBorder

setHeight

public void setHeight(String arg1)
see height

UNKNOWN: see height

setLongDesc

public void setLongDesc(String arg1)
see longDesc

UNKNOWN: see longDesc

setMarginHeight

public void setMarginHeight(String arg1)
see marginHeight

UNKNOWN: see marginHeight

setMarginWidth

public void setMarginWidth(String arg1)
see marginWidth

UNKNOWN: see marginWidth

setName

public void setName(String arg1)
see name

UNKNOWN: see name

setScrolling

public void setScrolling(String arg1)
see scrolling

UNKNOWN: see scrolling

setSrc

public void setSrc(String arg1)
see src

UNKNOWN: see src

setWidth

public void setWidth(String arg1)
see width

UNKNOWN: see width

src

public String src()
A URI designating the initial frame contents. See the src attribute definition in HTML 4.0.

UNKNOWN: A URI designating the initial frame contents.

width

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

UNKNOWN: Frame width.