public interface

HTMLBaseFontElement

implements HTMLElement
org.w3c.dom.html.HTMLBaseFontElement

Class Overview

Base font. See the BASEFONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getColor()
Font color.
abstract String getFace()
Font face identifier.
abstract String getSize()
Font size.
abstract void setColor(String color)
abstract void setFace(String face)
abstract void setSize(String size)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getColor ()

Font color. See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract String getFace ()

Font face identifier. See the face attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract String getSize ()

Font size. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public abstract void setColor (String color)

public abstract void setFace (String face)

public abstract void setSize (String size)