org.apache.html.dom
public class HTMLFontElementImpl extends HTMLElementImpl implements HTMLFontElement
Version: $Revision: 1.9 $ $Date: 2005/04/18 00:46:04 $
See Also: org.w3c.dom.html.HTMLFontElement org.apache.xerces.dom.ElementImpl
UNKNOWN:
| Constructor Summary | |
|---|---|
| HTMLFontElementImpl(HTMLDocumentImpl owner, String name) | |
| Method Summary | |
|---|---|
| String | getColor() |
| String | getFace() |
| String | getSize() |
| void | setColor(String color) |
| void | setFace(String face) |
| void | setSize(String size) |