|
|
Regroups the <code> COL </code> and <code> COLGROUP </code> elements. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-COL"> COL element definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD"> align attribute definition </a> in HTML 4.0.
| void setAlign ( const DOMString & )
| setAlign |
see align
| DOMString ch ()
| ch |
[const]
Alignment character for cells in a column. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char"> char attribute definition </a> in HTML 4.0.
| void setCh ( const DOMString & )
| setCh |
see ch
| DOMString chOff ()
| chOff |
[const]
Offset of alignment character. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff"> charoff attribute definition </a> 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 <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-span-COL"> span attribute definition </a> in HTML 4.0.
| void setSpan ( long )
| setSpan |
see span
| DOMString vAlign ()
| vAlign |
[const]
Vertical alignment of cell data in column. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign"> valign attribute definition </a> in HTML 4.0.
| void setVAlign ( const DOMString & )
| setVAlign |
see vAlign
| DOMString width ()
| width |
[const]
Default column width. See the <a href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-COL"> width attribute definition </a> in HTML 4.0.
| void setWidth ( const DOMString & )
| setWidth |
see width
| Generated by: root@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |