org.w3c.dom.html
public interface HTMLTableColElement extends HTMLElement
COL
and COLGROUP
elements. See the
COL element definition in HTML 4.0.
Method Summary | |
---|---|
String | getAlign()
Horizontal alignment of cell data in column. |
String | getCh()
Alignment character for cells in a column. |
String | getChOff()
Offset of alignment character. |
int | getSpan()
Indicates the number of columns in a group or affected by a grouping. |
String | getVAlign()
Vertical alignment of cell data in column. |
String | getWidth()
Default column width. |
void | setAlign(String align) |
void | setCh(String ch) |
void | setChOff(String chOff) |
void | setSpan(int span) |
void | setVAlign(String vAlign) |
void | setWidth(String width) |