//Auto-generated by kalyptus. DO NOT EDIT. package org.trinitydesktop.koala; import org.trinitydesktop.qt.Qt; import org.trinitydesktop.qt.QtSupport; /** 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. @short The HTML document body. */ public class HTMLBodyElement extends HTMLElement { protected HTMLBodyElement(Class dummy){super((Class) null);} public HTMLBodyElement() { super((Class) null); newHTMLBodyElement(); } private native void newHTMLBodyElement(); public HTMLBodyElement(HTMLBodyElement other) { super((Class) null); newHTMLBodyElement(other); } private native void newHTMLBodyElement(HTMLBodyElement other); public HTMLBodyElement(Node other) { super((Class) null); newHTMLBodyElement(other); } private native void newHTMLBodyElement(Node other); /** 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. @short Color of active links (after mouse-button down, but before mouse-button up). */ public native String aLink(); /** see aLink @short see aLink */ public native void setALink(String arg1); /** URI of the background texture tile image. See the background attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short URI of the background texture tile image. */ public native String background(); /** see background @short see background */ public native void setBackground(String arg1); /** Document background color. See the bgcolor attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Document background color. */ public native String bgColor(); /** see bgColor @short see bgColor */ public native void setBgColor(String arg1); /** 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. @short Color of links that are not active and unvisited. */ public native String link(); /** see link @short see link */ public native void setLink(String arg1); /** Document text color. See the text attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Document text color. */ public native String text(); /** see text @short see text */ public native void setText(String arg1); /** 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. @short Color of links that have been visited by the user. */ public native String vLink(); /** see vLink @short see vLink */ public native void setVLink(String arg1); // DOM::HTMLBodyElement* HTMLBodyElement(DOM::HTMLBodyElementImpl* arg1); >>>> NOT CONVERTED }