org.kde.koala

Class HTMLBaseFontElement

public class HTMLBaseFontElement extends HTMLElement

Base font. See the BASEFONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.

UNKNOWN: Base font.

Constructor Summary
protected HTMLBaseFontElement(Class dummy)
HTMLBaseFontElement()
HTMLBaseFontElement(HTMLBaseFontElement other)
HTMLBaseFontElement(Node other)
Method Summary
Stringcolor()
Font color.
Stringface()
Font face identifier.
longgetSize()
Computed Font size.
voidsetColor(String arg1)
see color
voidsetFace(String arg1)
see face
voidsetSize(long arg1)
see size

Constructor Detail

HTMLBaseFontElement

protected HTMLBaseFontElement(Class dummy)

HTMLBaseFontElement

public HTMLBaseFontElement()

HTMLBaseFontElement

public HTMLBaseFontElement(HTMLBaseFontElement other)

HTMLBaseFontElement

public HTMLBaseFontElement(Node other)

Method Detail

color

public String color()
Font color. See the color attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Font color.

face

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

UNKNOWN: Font face identifier.

getSize

public long getSize()
Computed Font size. See the size attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Computed Font size.

setColor

public void setColor(String arg1)
see color

UNKNOWN: see color

setFace

public void setFace(String arg1)
see face

UNKNOWN: see face

setSize

public void setSize(long arg1)
see size

UNKNOWN: see size