org.kde.koala

Class HTMLPreElement

public class HTMLPreElement extends HTMLElement

Preformatted text. See the PRE element definition in HTML 4.0.

UNKNOWN: Preformatted text.

Constructor Summary
protected HTMLPreElement(Class dummy)
HTMLPreElement()
HTMLPreElement(HTMLPreElement other)
HTMLPreElement(Node other)
Method Summary
voidsetWidth(long arg1)
see width
longwidth()
Fixed width for content.

Constructor Detail

HTMLPreElement

protected HTMLPreElement(Class dummy)

HTMLPreElement

public HTMLPreElement()

HTMLPreElement

public HTMLPreElement(HTMLPreElement other)

HTMLPreElement

public HTMLPreElement(Node other)

Method Detail

setWidth

public void setWidth(long arg1)
see width

UNKNOWN: see width

width

public long width()
Fixed width for content. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Fixed width for content.