org.w3c.dom.html
public interface HTMLBaseFontElement extends HTMLElement
See also the Document Object Model (DOM) Level 1 Specification (Second Edition).
| Method Summary | |
|---|---|
| String | getColor()
Font color. |
| String | getFace()
Font face identifier. |
| String | getSize()
Font size. |
| void | setColor(String color) |
| void | setFace(String face) |
| void | setSize(String size) |