org.kde.koala

Class HTMLBodyElement

public class HTMLBodyElement extends HTMLElement

The HTML document body. This element is always present in the DOM API, even if the tags are not present in the source document. See the BODY element definition in HTML 4.0.

UNKNOWN: The HTML document body.

Constructor Summary
protected HTMLBodyElement(Class dummy)
HTMLBodyElement()
HTMLBodyElement(HTMLBodyElement other)
HTMLBodyElement(Node other)
Method Summary
StringaLink()
Color of active links (after mouse-button down, but before mouse-button up).
Stringbackground()
URI of the background texture tile image.
StringbgColor()
Document background color.
Stringlink()
Color of links that are not active and unvisited.
voidsetALink(String arg1)
see aLink
voidsetBackground(String arg1)
see background
voidsetBgColor(String arg1)
see bgColor
voidsetLink(String arg1)
see link
voidsetText(String arg1)
see text
voidsetVLink(String arg1)
see vLink
Stringtext()
Document text color.
StringvLink()
Color of links that have been visited by the user.

Constructor Detail

HTMLBodyElement

protected HTMLBodyElement(Class dummy)

HTMLBodyElement

public HTMLBodyElement()

HTMLBodyElement

public HTMLBodyElement(HTMLBodyElement other)

HTMLBodyElement

public HTMLBodyElement(Node other)

Method Detail

aLink

public String aLink()
Color of active links (after mouse-button down, but before mouse-button up). See the alink attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Color of active links (after mouse-button down, but before mouse-button up).

background

public String background()
URI of the background texture tile image. See the background attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: URI of the background texture tile image.

bgColor

public String bgColor()
Document background color. See the bgcolor attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Document background color.

link

public String link()
Color of links that are not active and unvisited. See the link attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Color of links that are not active and unvisited.

setALink

public void setALink(String arg1)
see aLink

UNKNOWN: see aLink

setBackground

public void setBackground(String arg1)
see background

UNKNOWN: see background

setBgColor

public void setBgColor(String arg1)
see bgColor

UNKNOWN: see bgColor

setLink

public void setLink(String arg1)
see link

UNKNOWN: see link

setText

public void setText(String arg1)
see text

UNKNOWN: see text

setVLink

public void setVLink(String arg1)
see vLink

UNKNOWN: see vLink

text

public String text()
Document text color. See the text attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Document text color.

vLink

public String vLink()
Color of links that have been visited by the user. See the vlink attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Color of links that have been visited by the user.