class HTMLBodyElement

The HTML document body. More...

Full nameDOM::HTMLBodyElement
Definition#include <html_base.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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.

DOMString  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 & )

see aLink

DOMString  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 & )

see background

DOMString  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 & )

see bgColor

DOMString  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 & )

see link

DOMString  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 & )

see text

DOMString  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 & )

see vLink


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.