org.kde.koala

Class HTMLTableCellElement

public class HTMLTableCellElement extends HTMLElement

The object used to represent the TH and TD elements. See the TD element definition in HTML 4.0.

UNKNOWN: The object used to represent the TH and TD elements.

Constructor Summary
protected HTMLTableCellElement(Class dummy)
HTMLTableCellElement()
HTMLTableCellElement(HTMLTableCellElement other)
HTMLTableCellElement(Node other)
Method Summary
Stringabbr()
Abbreviation for header cells.
Stringalign()
Horizontal alignment of data in cell.
Stringaxis()
Names group of related headers.
StringbgColor()
Cell background color.
longcellIndex()
The index of this cell in the row.
Stringch()
Alignment character for cells in a column.
StringchOff()
Offset of alignment character.
longcolSpan()
Number of columns spanned by cell.
Stringheaders()
List of id attribute values for header cells.
Stringheight()
Cell height.
booleannoWrap()
Suppress word wrapping.
longrowSpan()
Number of rows spanned by cell.
Stringscope()
Scope covered by header cells.
voidsetAbbr(String arg1)
see abbr
voidsetAlign(String arg1)
see align
voidsetAxis(String arg1)
see axis
voidsetBgColor(String arg1)
see bgColor
voidsetCellIndex(long arg1)
see cellIndex This function is obsolete - the cellIndex property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
voidsetCh(String arg1)
see ch
voidsetChOff(String arg1)
see chOff
voidsetColSpan(long arg1)
see colSpan
voidsetHeaders(String arg1)
see headers
voidsetHeight(String arg1)
see height
voidsetNoWrap(boolean arg1)
see noWrap
voidsetRowSpan(long arg1)
see rowSpan
voidsetScope(String arg1)
see scope
voidsetVAlign(String arg1)
see vAlign
voidsetWidth(String arg1)
see width
StringvAlign()
Vertical alignment of data in cell.
Stringwidth()
Cell width.

Constructor Detail

HTMLTableCellElement

protected HTMLTableCellElement(Class dummy)

HTMLTableCellElement

public HTMLTableCellElement()

HTMLTableCellElement

public HTMLTableCellElement(HTMLTableCellElement other)

HTMLTableCellElement

public HTMLTableCellElement(Node other)

Method Detail

abbr

public String abbr()
Abbreviation for header cells. See the abbr attribute definition in HTML 4.0.

UNKNOWN: Abbreviation for header cells.

align

public String align()
Horizontal alignment of data in cell. See the align attribute definition in HTML 4.0.

UNKNOWN: Horizontal alignment of data in cell.

axis

public String axis()
Names group of related headers. See the axis attribute definition in HTML 4.0.

UNKNOWN: Names group of related headers.

bgColor

public String bgColor()
Cell background color. See the bgcolor attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Cell background color.

cellIndex

public long cellIndex()
The index of this cell in the row.

UNKNOWN: The index of this cell in the row.

ch

public String ch()
Alignment character for cells in a column. See the char attribute definition in HTML 4.0.

UNKNOWN: Alignment character for cells in a column.

chOff

public String chOff()
Offset of alignment character. See the charoff attribute definition in HTML 4.0.

UNKNOWN: Offset of alignment character.

colSpan

public long colSpan()
Number of columns spanned by cell. See the colspan attribute definition in HTML 4.0.

UNKNOWN: Number of columns spanned by cell.

headers

public String headers()
List of id attribute values for header cells. See the headers attribute definition in HTML 4.0.

UNKNOWN: List of id attribute values for header cells.

height

public String height()
Cell height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Cell height.

noWrap

public boolean noWrap()
Suppress word wrapping. See the nowrap attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Suppress word wrapping.

rowSpan

public long rowSpan()
Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.0.

UNKNOWN: Number of rows spanned by cell.

scope

public String scope()
Scope covered by header cells. See the scope attribute definition in HTML 4.0.

UNKNOWN: Scope covered by header cells.

setAbbr

public void setAbbr(String arg1)
see abbr

UNKNOWN: see abbr

setAlign

public void setAlign(String arg1)
see align

UNKNOWN: see align

setAxis

public void setAxis(String arg1)
see axis

UNKNOWN: see axis

setBgColor

public void setBgColor(String arg1)
see bgColor

UNKNOWN: see bgColor

setCellIndex

public void setCellIndex(long arg1)
see cellIndex This function is obsolete - the cellIndex property is actually supposed to be read-only (http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)

UNKNOWN: see cellIndex

setCh

public void setCh(String arg1)
see ch

UNKNOWN: see ch

setChOff

public void setChOff(String arg1)
see chOff

UNKNOWN: see chOff

setColSpan

public void setColSpan(long arg1)
see colSpan

UNKNOWN: see colSpan

setHeaders

public void setHeaders(String arg1)
see headers

UNKNOWN: see headers

setHeight

public void setHeight(String arg1)
see height

UNKNOWN: see height

setNoWrap

public void setNoWrap(boolean arg1)
see noWrap

UNKNOWN: see noWrap

setRowSpan

public void setRowSpan(long arg1)
see rowSpan

UNKNOWN: see rowSpan

setScope

public void setScope(String arg1)
see scope

UNKNOWN: see scope

setVAlign

public void setVAlign(String arg1)
see vAlign

UNKNOWN: see vAlign

setWidth

public void setWidth(String arg1)
see width

UNKNOWN: see width

vAlign

public String vAlign()
Vertical alignment of data in cell. See the valign attribute definition in HTML 4.0.

UNKNOWN: Vertical alignment of data in cell.

width

public String width()
Cell width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.

UNKNOWN: Cell width.