org.kde.koala
public class HTMLIFrameElement extends HTMLElement
UNKNOWN: Inline subwindows.
Constructor Summary | |
---|---|
protected | HTMLIFrameElement(Class dummy) |
HTMLIFrameElement() | |
HTMLIFrameElement(HTMLIFrameElement other) | |
HTMLIFrameElement(Node other) |
Method Summary | |
---|---|
String | align()
Aligns this object (vertically or horizontally) with respect to
its surrounding text. |
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 | frameBorder()
Request frame borders. |
String | height()
Frame height. |
String | longDesc()
URI designating a long description of this image or frame. |
String | marginHeight()
Frame margin height, in pixels. |
String | marginWidth()
Frame margin width, in pixels. |
String | name()
The frame name (object of the target attribute).
|
String | scrolling()
Specify whether or not the frame should have scrollbars. |
void | setAlign(String arg1)
see align |
void | setFrameBorder(String arg1)
see frameBorder |
void | setHeight(String arg1)
see height |
void | setLongDesc(String arg1)
see longDesc |
void | setMarginHeight(String arg1)
see marginHeight |
void | setMarginWidth(String arg1)
see marginWidth |
void | setName(String arg1)
see name |
void | setScrolling(String arg1)
see scrolling |
void | setSrc(String arg1)
see src |
void | setWidth(String arg1)
see width |
String | src()
A URI designating the initial frame contents. |
String | width()
Frame width. |
UNKNOWN: Aligns this object (vertically or horizontally) with respect to its surrounding text.
Returns: The content Document if available.
UNKNOWN: Introduced in DOM Level 2
UNKNOWN: Request frame borders.
UNKNOWN: Frame height.
UNKNOWN: URI designating a long description of this image or frame.
UNKNOWN: Frame margin height, in pixels.
UNKNOWN: Frame margin width, in pixels.
target
attribute).
See the
name attribute definition in HTML 4.0.UNKNOWN: The frame name (object of the target
attribute).
UNKNOWN: Specify whether or not the frame should have scrollbars.
UNKNOWN: see align
UNKNOWN: see frameBorder
UNKNOWN: see height
UNKNOWN: see longDesc
UNKNOWN: see marginHeight
UNKNOWN: see marginWidth
UNKNOWN: see name
UNKNOWN: see scrolling
UNKNOWN: see src
UNKNOWN: see width
UNKNOWN: A URI designating the initial frame contents.
UNKNOWN: Frame width.