org.w3c.dom.html
public interface HTMLBodyElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
| Method Summary | |
|---|---|
| String | getALink()
Color of active links (after mouse-button down, but before mouse-button
up). |
| String | getBackground()
URI of the background texture tile image. |
| String | getBgColor()
Document background color. |
| String | getLink()
Color of links that are not active and unvisited. |
| String | getText()
Document text color. |
| String | getVLink()
Color of links that have been visited by the user. |
| void | setALink(String aLink) |
| void | setBackground(String background) |
| void | setBgColor(String bgColor) |
| void | setLink(String link) |
| void | setText(String text) |
| void | setVLink(String vLink) |