class HTMLTableColElement

Regroups the <code> COL </code> and <code> COLGROUP </code> elements. More...

Full nameDOM::HTMLTableColElement
Definition#include <html_table.h>
InheritsDOM::HTMLElement
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Methods


Detailed Description

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.

DOMString  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 & )

see align

DOMString  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 & )

see ch

DOMString  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 & )

see chOff

long  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 )

see span

DOMString  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 & )

see vAlign

DOMString  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 & )

see width


Generated by: ssk@tauon.ph.unimelb.EDU.AU on Wed May 23 05:55:52 2001, using kdoc 2.0a35.