Methods Summary |
---|
public void | deleteRow(int index)Delete a row from this section.
|
public java.lang.String | getAlign()Horizontal alignment of data in cells. See the align
attribute for HTMLTheadElement for details.
|
public java.lang.String | getCh()Alignment character for cells in a column. See the char attribute
definition in HTML 4.0.
|
public java.lang.String | getChOff()Offset of alignment character. See the charoff attribute definition
in HTML 4.0.
|
public org.w3c.dom.html.HTMLCollection | getRows()The collection of rows in this table section.
|
public java.lang.String | getVAlign()Vertical alignment of data in cells. See the valign
attribute for HTMLTheadElement for details.
|
public org.w3c.dom.html.HTMLElement | insertRow(int index)Insert a row into this section. The new row is inserted immediately
before the current index th row in this section. If
index is equal to the number of rows in this section, the
new row is appended.
|
public void | setAlign(java.lang.String align)
|
public void | setCh(java.lang.String ch)
|
public void | setChOff(java.lang.String chOff)
|
public void | setVAlign(java.lang.String vAlign)
|