|
|
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 <a href="http://www.w3.org/TR/REC-html40/struct/global.html#edef-BODY"> BODY element definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-alink"> alink attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-background"> background attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor"> bgcolor attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-link"> link attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-text"> text attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/global.html#adef-vlink"> vlink attribute definition </a> in HTML 4.0. This attribute is deprecated in HTML 4.0.
void setVLink ( const DOMString & )
| setVLink |
see vLink
Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |