org.kde.koala
public class HTMLBodyElement extends HTMLElement
UNKNOWN: The HTML document body.
| Constructor Summary | |
|---|---|
| protected | HTMLBodyElement(Class dummy) |
| HTMLBodyElement() | |
| HTMLBodyElement(HTMLBodyElement other) | |
| HTMLBodyElement(Node other) | |
| Method Summary | |
|---|---|
| String | aLink()
Color of active links (after mouse-button down, but before
mouse-button up). |
| String | background()
URI of the background texture tile image. |
| String | bgColor()
Document background color. |
| String | link()
Color of links that are not active and unvisited. |
| void | setALink(String arg1)
see aLink |
| void | setBackground(String arg1)
see background |
| void | setBgColor(String arg1)
see bgColor |
| void | setLink(String arg1)
see link |
| void | setText(String arg1)
see text |
| void | setVLink(String arg1)
see vLink |
| String | text()
Document text color. |
| String | vLink()
Color of links that have been visited by the user. |
UNKNOWN: Color of active links (after mouse-button down, but before mouse-button up).
UNKNOWN: URI of the background texture tile image.
UNKNOWN: Document background color.
UNKNOWN: Color of links that are not active and unvisited.
UNKNOWN: see aLink
UNKNOWN: see background
UNKNOWN: see bgColor
UNKNOWN: see link
UNKNOWN: see text
UNKNOWN: see vLink
UNKNOWN: Document text color.
UNKNOWN: Color of links that have been visited by the user.