org.kde.koala
public class HTMLTableSectionElement extends HTMLElement
THEAD , TFOOT , and TBODY
elements.UNKNOWN: The THEAD , TFOOT , and TBODY elements.
| Constructor Summary | |
|---|---|
| protected | HTMLTableSectionElement(Class dummy) |
| HTMLTableSectionElement() | |
| HTMLTableSectionElement(HTMLTableSectionElement other) | |
| HTMLTableSectionElement(Node other) | |
| Method Summary | |
|---|---|
| String | align()
Horizontal alignment of data in cells. |
| String | ch()
Alignment character for cells in a column. |
| String | chOff()
Offset of alignment character. |
| void | deleteRow(long index)
Delete a row from this section. |
| HTMLElement | insertRow(long index)
Insert a row into this section.
|
| HTMLCollection | rows()
The collection of rows in this table section. |
| void | setAlign(String arg1)
see align |
| void | setCh(String arg1)
see ch |
| void | setChOff(String arg1)
see chOff |
| void | setVAlign(String arg1)
see vAlign |
| String | vAlign()
Vertical alignment of data in cells. |
align
attribute for HTMLTheadElement for details.UNKNOWN: Horizontal alignment of data in cells.
UNKNOWN: Alignment character for cells in a column.
UNKNOWN: Offset of alignment character.
Parameters: index The index of the row to be deleted, or -1 to delete the last row. This index starts from 0 and is relative only to the rows contained inside this section, not all the rows in the table.
UNKNOWN: Delete a row from this section.
Parameters: index The row number where to insert a new row.
Returns: The newly created row.
UNKNOWN: Insert a row into this section.
UNKNOWN: The collection of rows in this table section.
UNKNOWN: see align
UNKNOWN: see ch
UNKNOWN: see chOff
UNKNOWN: see vAlign
valign
attribute for HTMLTheadElement for details.UNKNOWN: Vertical alignment of data in cells.