org.kde.koala

Class HTMLTableColElement

public class HTMLTableColElement extends HTMLElement

Regroups the COL and COLGROUP elements. See the COL element definition in HTML 4.0.

UNKNOWN: Regroups the COL and COLGROUP elements.

Constructor Summary
protected HTMLTableColElement(Class dummy)
HTMLTableColElement()
HTMLTableColElement(HTMLTableColElement other)
HTMLTableColElement(Node other)
Method Summary
Stringalign()
Horizontal alignment of cell data in column.
Stringch()
Alignment character for cells in a column.
StringchOff()
Offset of alignment character.
voidsetAlign(String arg1)
see align
voidsetCh(String arg1)
see ch
voidsetChOff(String arg1)
see chOff
voidsetSpan(long arg1)
see span
voidsetVAlign(String arg1)
see vAlign
voidsetWidth(String arg1)
see width
longspan()
Indicates the number of columns in a group or affected by a grouping.
StringvAlign()
Vertical alignment of cell data in column.
Stringwidth()
Default column width.

Constructor Detail

HTMLTableColElement

protected HTMLTableColElement(Class dummy)

HTMLTableColElement

public HTMLTableColElement()

HTMLTableColElement

public HTMLTableColElement(HTMLTableColElement other)

HTMLTableColElement

public HTMLTableColElement(Node other)

Method Detail

align

public String align()
Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.0.

UNKNOWN: Horizontal alignment of cell data in column.

ch

public String ch()
Alignment character for cells in a column. See the char attribute definition in HTML 4.0.

UNKNOWN: Alignment character for cells in a column.

chOff

public String chOff()
Offset of alignment character. See the charoff attribute definition in HTML 4.0.

UNKNOWN: Offset of alignment character.

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align

setCh

public void setCh(String arg1)
see ch

UNKNOWN: see ch

setChOff

public void setChOff(String arg1)
see chOff

UNKNOWN: see chOff

setSpan

public void setSpan(long arg1)
see span

UNKNOWN: see span

setVAlign

public void setVAlign(String arg1)
see vAlign

UNKNOWN: see vAlign

setWidth

public void setWidth(String arg1)
see width

UNKNOWN: see width

span

public long span()
Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.0.

UNKNOWN: Indicates the number of columns in a group or affected by a grouping.

vAlign

public String vAlign()
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0.

UNKNOWN: Vertical alignment of cell data in column.

width

public String width()
Default column width. See the width attribute definition in HTML 4.0.

UNKNOWN: Default column width.