org.kde.koala
Class HTMLBodyElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLBodyElement
All Implemented Interfaces:
org.kde.qt.QtSupport

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.


Constructor Summary
  HTMLBodyElement()
           
protected HTMLBodyElement(java.lang.Class dummy)
           
  HTMLBodyElement(HTMLBodyElement other)
           
  HTMLBodyElement(Node other)
           
 
Method Summary
 java.lang.String aLink()
          Color of active links (after mouse-button down, but before mouse-button up).
 java.lang.String background()
          URI of the background texture tile image.
 java.lang.String bgColor()
          Document background color.
 java.lang.String link()
          Color of links that are not active and unvisited.
 void setALink(java.lang.String arg1)
          see aLink
 void setBackground(java.lang.String arg1)
          see background
 void setBgColor(java.lang.String arg1)
          see bgColor
 void setLink(java.lang.String arg1)
          see link
 void setText(java.lang.String arg1)
          see text
 void setVLink(java.lang.String arg1)
          see vLink
 java.lang.String text()
          Document text color.
 java.lang.String vLink()
          Color of links that have been visited by the user.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLBodyElement

protected HTMLBodyElement(java.lang.Class dummy)

HTMLBodyElement

public HTMLBodyElement()

HTMLBodyElement

public HTMLBodyElement(HTMLBodyElement other)

HTMLBodyElement

public HTMLBodyElement(Node other)
Method Detail

aLink

public java.lang.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.


setALink

public void setALink(java.lang.String arg1)
see aLink


background

public java.lang.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.


setBackground

public void setBackground(java.lang.String arg1)
see background


bgColor

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


setBgColor

public void setBgColor(java.lang.String arg1)
see bgColor


link

public java.lang.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.


setLink

public void setLink(java.lang.String arg1)
see link


text

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


setText

public void setText(java.lang.String arg1)
see text


vLink

public java.lang.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.


setVLink

public void setVLink(java.lang.String arg1)
see vLink