org.kde.koala
public class HTMLTableCellElement extends HTMLElement
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 | |
|---|---|
| String | abbr()
Abbreviation for header cells. |
| String | align()
Horizontal alignment of data in cell. |
| String | axis()
Names group of related headers. |
| String | bgColor()
Cell background color. |
| long | cellIndex()
The index of this cell in the row. |
| String | ch()
Alignment character for cells in a column. |
| String | chOff()
Offset of alignment character. |
| long | colSpan()
Number of columns spanned by cell. |
| String | headers()
List of id attribute values for header cells.
|
| String | height()
Cell height. |
| boolean | noWrap()
Suppress word wrapping. |
| long | rowSpan()
Number of rows spanned by cell. |
| String | scope()
Scope covered by header cells. |
| void | setAbbr(String arg1)
see abbr |
| void | setAlign(String arg1)
see align |
| void | setAxis(String arg1)
see axis |
| void | setBgColor(String arg1)
see bgColor |
| 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) |
| void | setCh(String arg1)
see ch |
| void | setChOff(String arg1)
see chOff |
| void | setColSpan(long arg1)
see colSpan |
| void | setHeaders(String arg1)
see headers |
| void | setHeight(String arg1)
see height |
| void | setNoWrap(boolean arg1)
see noWrap |
| void | setRowSpan(long arg1)
see rowSpan |
| void | setScope(String arg1)
see scope |
| void | setVAlign(String arg1)
see vAlign |
| void | setWidth(String arg1)
see width |
| String | vAlign()
Vertical alignment of data in cell. |
| String | width()
Cell width. |
UNKNOWN: Abbreviation for header cells.
UNKNOWN: Horizontal alignment of data in cell.
UNKNOWN: Names group of related headers.
UNKNOWN: Cell background color.
UNKNOWN: The index of this cell in the row.
UNKNOWN: Alignment character for cells in a column.
UNKNOWN: Offset of alignment character.
UNKNOWN: Number of columns spanned by cell.
id attribute values for header cells.
See the
headers attribute definition in HTML 4.0.UNKNOWN: List of id attribute values for header cells.
UNKNOWN: Cell height.
UNKNOWN: Suppress word wrapping.
UNKNOWN: Number of rows spanned by cell.
UNKNOWN: Scope covered by header cells.
UNKNOWN: see abbr
UNKNOWN: see align
UNKNOWN: see axis
UNKNOWN: see bgColor
UNKNOWN: see cellIndex
UNKNOWN: see ch
UNKNOWN: see chOff
UNKNOWN: see colSpan
UNKNOWN: see headers
UNKNOWN: see height
UNKNOWN: see noWrap
UNKNOWN: see rowSpan
UNKNOWN: see scope
UNKNOWN: see vAlign
UNKNOWN: see width
UNKNOWN: Vertical alignment of data in cell.
UNKNOWN: Cell width.