See also the Document Object Model (DOM) Level 2 Specification.
Modifier and Type | Method and Description |
---|---|
public void | deleteCell(int
The index of the cell to delete, starting from 0. index)Delete a cell from the current row. |
public String | |
public String | |
public HTMLCollection | |
public String | |
public String | |
public int | |
public int | getSectionRowIndex()
The index of this row, relative to the current section (
|
public String | |
public HTMLElement | Returns: The newly created cell.The place to insert the cell, starting from 0. index)Insert an empty |
public void | |
public void | |
public void | |
public void | |
public void |
deleteCell | back to summary |
---|---|
public void deleteCell(int index) throws DOMException Delete a cell from the current row.
|
getAlign | back to summary |
---|---|
public String getAlign() Horizontal alignment of data within cells of this row. See the align attribute definition in HTML 4.0. |
getBgColor | back to summary |
---|---|
public String getBgColor() Background color for rows. See the bgcolor attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. |
getCells | back to summary |
---|---|
public HTMLCollection getCells() The collection of cells in this row. |
getCh | back to summary |
---|---|
public String getCh() Alignment character for cells in a column. See the char attribute definition in HTML 4.0. |
getChOff | back to summary |
---|---|
public String getChOff() Offset of alignment character. See the charoff attribute definition in HTML 4.0. |
getRowIndex | back to summary |
---|---|
public int getRowIndex() The index of this row, relative to the entire table, starting from 0.
This is in document tree order and not display order. The
|
getSectionRowIndex | back to summary |
---|---|
public int getSectionRowIndex() The index of this row, relative to the current section (
|
getVAlign | back to summary |
---|---|
public String getVAlign() Vertical alignment of data within cells of this row. See the valign attribute definition in HTML 4.0. |
insertCell | back to summary |
---|---|
public HTMLElement insertCell(int index) throws DOMException Insert an empty
|
setAlign | back to summary |
---|---|
public void setAlign(String align) |
setBgColor | back to summary |
---|---|
public void setBgColor(String bgColor) |
setCh | back to summary |
---|---|
public void setCh(String ch) |
setChOff | back to summary |
---|---|
public void setChOff(String chOff) |
setVAlign | back to summary |
---|---|
public void setVAlign(String vAlign) |