org.w3c.dom.html
public interface HTMLFontElement 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) |