|
|
Regroups the COL and COLGROUP
elements. See the
COL element definition in HTML 4.0.
| HTMLTableColElement ()
| HTMLTableColElement |
| HTMLTableColElement (const HTMLTableColElement &other)
| HTMLTableColElement |
| HTMLTableColElement (const Node &other)
| HTMLTableColElement |
| HTMLTableColElement (HTMLTableColElementImpl *impl)
| HTMLTableColElement |
[protected]
| HTMLTableColElement & operator = (const HTMLTableColElement &other)
| operator = |
Reimplemented from HTMLElement.
| HTMLTableColElement & operator = (const Node &other)
| operator = |
Reimplemented from HTMLElement.
| ~HTMLTableColElement ()
| ~HTMLTableColElement |
| DOMString align ()
| align |
[const]
Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.0.
| void setAlign ( const DOMString & )
| setAlign |
see align
| DOMString ch ()
| ch |
[const]
Alignment character for cells in a column. See the char attribute definition in HTML 4.0.
| void setCh ( const DOMString & )
| setCh |
see ch
| DOMString chOff ()
| chOff |
[const]
Offset of alignment character. See the charoff attribute definition in HTML 4.0.
| void setChOff ( const DOMString & )
| setChOff |
see chOff
| long span ()
| span |
[const]
Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.0.
| void setSpan ( long )
| setSpan |
see span
| DOMString vAlign ()
| vAlign |
[const]
Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0.
| void setVAlign ( const DOMString & )
| setVAlign |
see vAlign
| DOMString width ()
| width |
[const]
Default column width. See the width attribute definition in HTML 4.0.
| void setWidth ( const DOMString & )
| setWidth |
see width
| Generated by: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |