org.kde.koala
public class HTMLBaseFontElement extends HTMLElement
UNKNOWN: Base font.
| Constructor Summary | |
|---|---|
| protected | HTMLBaseFontElement(Class dummy) |
| HTMLBaseFontElement() | |
| HTMLBaseFontElement(HTMLBaseFontElement other) | |
| HTMLBaseFontElement(Node other) | |
| Method Summary | |
|---|---|
| String | color()
Font color. |
| String | face()
Font face identifier. |
| long | getSize()
Computed Font size. |
| void | setColor(String arg1)
see color |
| void | setFace(String arg1)
see face |
| void | setSize(long arg1)
see size |
UNKNOWN: Font color.
UNKNOWN: Font face identifier.
UNKNOWN: Computed Font size.
UNKNOWN: see color
UNKNOWN: see face
UNKNOWN: see size