public interface

HTMLTableColElement

implements HTMLElement
org.w3c.dom.html.HTMLTableColElement

Class Overview

Regroups the COL and COLGROUP elements. See the COL element definition in HTML 4.0.

See also the Document Object Model (DOM) Level 2 Specification.

Summary

[Expand]
Inherited Constants
From interface org.w3c.dom.Node
Public Methods
abstract String getAlign()
Horizontal alignment of cell data in column.
abstract String getCh()
Alignment character for cells in a column.
abstract String getChOff()
Offset of alignment character.
abstract int getSpan()
Indicates the number of columns in a group or affected by a grouping.
abstract String getVAlign()
Vertical alignment of cell data in column.
abstract String getWidth()
Default column width.
abstract void setAlign(String align)
abstract void setCh(String ch)
abstract void setChOff(String chOff)
abstract void setSpan(int span)
abstract void setVAlign(String vAlign)
abstract void setWidth(String width)
[Expand]
Inherited Methods
From interface org.w3c.dom.Element
From interface org.w3c.dom.Node
From interface org.w3c.dom.html.HTMLElement

Public Methods

public abstract String getAlign ()

Horizontal alignment of cell data in column. See the align attribute definition in HTML 4.0.

public abstract String getCh ()

Alignment character for cells in a column. See the char attribute definition in HTML 4.0.

public abstract String getChOff ()

Offset of alignment character. See the charoff attribute definition in HTML 4.0.

public abstract int getSpan ()

Indicates the number of columns in a group or affected by a grouping. See the span attribute definition in HTML 4.0.

public abstract String getVAlign ()

Vertical alignment of cell data in column. See the valign attribute definition in HTML 4.0.

public abstract String getWidth ()

Default column width. See the width attribute definition in HTML 4.0.

public abstract void setAlign (String align)

public abstract void setCh (String ch)

public abstract void setChOff (String chOff)

public abstract void setSpan (int span)

public abstract void setVAlign (String vAlign)

public abstract void setWidth (String width)