org.kde.koala
public class HTMLTableColElement extends HTMLElement
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 | |
---|---|
String | align()
Horizontal alignment of cell data in column. |
String | ch()
Alignment character for cells in a column. |
String | chOff()
Offset of alignment character. |
void | setAlign(String arg1)
see align |
void | setCh(String arg1)
see ch |
void | setChOff(String arg1)
see chOff |
void | setSpan(long arg1)
see span |
void | setVAlign(String arg1)
see vAlign |
void | setWidth(String arg1)
see width |
long | span()
Indicates the number of columns in a group or affected by a
grouping. |
String | vAlign()
Vertical alignment of cell data in column. |
String | width()
Default column width. |
UNKNOWN: Horizontal alignment of cell data in column.
UNKNOWN: Alignment character for cells in a column.
UNKNOWN: Offset of alignment character.
UNKNOWN: see align
UNKNOWN: see ch
UNKNOWN: see chOff
UNKNOWN: see span
UNKNOWN: see vAlign
UNKNOWN: see width
UNKNOWN: Indicates the number of columns in a group or affected by a grouping.
UNKNOWN: Vertical alignment of cell data in column.
UNKNOWN: Default column width.