org.w3c.dom.html
public interface HTMLTableCellElement extends HTMLElement
TH
and TD
elements. See the TD element definition in HTML 4.0.
Method Summary | |
---|---|
String | getAbbr()
Abbreviation for header cells. |
String | getAlign()
Horizontal alignment of data in cell. |
String | getAxis()
Names group of related headers. |
String | getBgColor()
Cell background color. |
int | getCellIndex()
The index of this cell in the row. |
String | getCh()
Alignment character for cells in a column. |
String | getChOff()
Offset of alignment character. |
int | getColSpan()
Number of columns spanned by cell. |
String | getHeaders()
List of id attribute values for header cells. |
String | getHeight()
Cell height. |
boolean | getNoWrap()
Suppress word wrapping. |
int | getRowSpan()
Number of rows spanned by cell. |
String | getScope()
Scope covered by header cells. |
String | getVAlign()
Vertical alignment of data in cell. |
String | getWidth()
Cell width. |
void | setAbbr(String abbr) |
void | setAlign(String align) |
void | setAxis(String axis) |
void | setBgColor(String bgColor) |
void | setCellIndex(int cellIndex) |
void | setCh(String ch) |
void | setChOff(String chOff) |
void | setColSpan(int colSpan) |
void | setHeaders(String headers) |
void | setHeight(String height) |
void | setNoWrap(boolean noWrap) |
void | setRowSpan(int rowSpan) |
void | setScope(String scope) |
void | setVAlign(String vAlign) |
void | setWidth(String width) |
id
attribute values for header cells. See the
headers attribute definition in HTML 4.0.