Gets or sets the document text color.

[VBScript]
Public Property Text As String
[JScript]
public function get Text() : String;
public function set Text(String);

Property Value

A string representing the document text color.

See Also

HTMLBodyElement Object | HTMLBodyElement Members | DOM Namespace