Top Description Methods
org.w3c.dom.html

public Interface HTMLTableColElement

extends HTMLElement

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.

Since
1.4, DOM Level 2

Method Summary

Modifier and TypeMethod and Description
public String
getAlign()

Horizontal alignment of cell data in column.

public String
getCh()

Alignment character for cells in a column.

public String
getChOff()

Offset of alignment character.

public int
getSpan()

Indicates the number of columns in a group or affected by a grouping.

public String
getVAlign()

Vertical alignment of cell data in column.

public String
getWidth()

Default column width.

public void
public void
public void
public void
setSpan(int span)

public void
setVAlign(String vAlign)

public void
Inherited from org.w3c.dom.html.HTMLElement:
getClassNamegetDirgetIdgetLanggetTitlesetClassNamesetDirsetIdsetLangsetTitle

Method Detail

getAlignback to summary
public String getAlign()

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

getChback to summary
public String getCh()

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

getChOffback to summary
public String getChOff()

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

getSpanback to summary
public int getSpan()

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

getVAlignback to summary
public String getVAlign()

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

getWidthback to summary
public String getWidth()

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

setAlignback to summary
public void setAlign(String align)
setChback to summary
public void setCh(String ch)
setChOffback to summary
public void setChOff(String chOff)
setSpanback to summary
public void setSpan(int span)
setVAlignback to summary
public void setVAlign(String vAlign)
setWidthback to summary
public void setWidth(String width)