Methods Summary |
---|
public java.lang.String | getALink()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.
|
public java.lang.String | getBackground()URI of the background texture tile image. See the background
attribute definition in HTML 4.0. This attribute is deprecated in HTML
4.0.
|
public java.lang.String | getBgColor()Document background color. See the bgcolor attribute definition in
HTML 4.0. This attribute is deprecated in HTML 4.0.
|
public java.lang.String | getLink()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.
|
public java.lang.String | getText()Document text color. See the text attribute definition in HTML 4.0.
This attribute is deprecated in HTML 4.0.
|
public java.lang.String | getVLink()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.
|
public void | setALink(java.lang.String aLink)
|
public void | setBackground(java.lang.String background)
|
public void | setBgColor(java.lang.String bgColor)
|
public void | setLink(java.lang.String link)
|
public void | setText(java.lang.String text)
|
public void | setVLink(java.lang.String vLink)
|