org.kde.koala

Class HTMLFontElement

public class HTMLFontElement extends HTMLElement

Local change to font. See the FONT element definition in HTML 4.0. This element is deprecated in HTML 4.0.

UNKNOWN: Local change to font.

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

Constructor Detail

HTMLFontElement

protected HTMLFontElement(Class dummy)

HTMLFontElement

public HTMLFontElement()

HTMLFontElement

public HTMLFontElement(HTMLFontElement other)

HTMLFontElement

public HTMLFontElement(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.

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(String arg1)
see size

UNKNOWN: see size

size

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

UNKNOWN: Font size.