|
|
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.
HTMLBodyElement ()
| HTMLBodyElement |
HTMLBodyElement (const HTMLBodyElement &other)
| HTMLBodyElement |
HTMLBodyElement (const Node &other)
| HTMLBodyElement |
HTMLBodyElement (HTMLBodyElementImpl *impl)
| HTMLBodyElement |
[protected]
HTMLBodyElement & operator = (const HTMLBodyElement &other)
| operator = |
Reimplemented from HTMLElement.
HTMLBodyElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
~HTMLBodyElement ()
| ~HTMLBodyElement |
DOMString aLink ()
| aLink |
[const]
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.
void setALink ( const DOMString & )
| setALink |
see aLink
DOMString background ()
| background |
[const]
URI of the background texture tile image. See the background attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setBackground ( const DOMString & )
| setBackground |
see background
DOMString bgColor ()
| bgColor |
[const]
Document background color. See the bgcolor attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setBgColor ( const DOMString & )
| setBgColor |
see bgColor
DOMString link ()
| link |
[const]
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.
void setLink ( const DOMString & )
| setLink |
see link
DOMString text ()
| text |
[const]
Document text color. See the text attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setText ( const DOMString & )
| setText |
see text
DOMString vLink ()
| vLink |
[const]
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.
void setVLink ( const DOMString & )
| setVLink |
see vLink
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |