FileDocCategorySizeDatePackage
HTMLFontElement.javaAPI DocJava SE 5 API1522Fri Aug 26 14:58:40 BST 2005org.w3c.dom.html

HTMLFontElement

public interface HTMLFontElement implements HTMLElement
Local change to font. See the FONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.

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

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetColor()
Font color. See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public java.lang.StringgetFace()
Font face identifier. See the face attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public java.lang.StringgetSize()
Font size. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

public voidsetColor(java.lang.String color)

public voidsetFace(java.lang.String face)

public voidsetSize(java.lang.String size)