Java Reference
In-Depth Information
(continued)
prOperty NaMe
DesCrIptION
INtrODuCeD
Returns the table's <thead/> element object
( HTMLTableSectionElement ), or null if one
doesn't exist.
Level 1
tHead
Gets or sets the value of the width attribute.
Level 1
width
Methods
MethOD NaMe
DesCrIptION
INtrODuCeD
Creates and returns a <tfoot/> element if one
does not exist. Returns the existing <tfoot/>
element if it exists.
Level 1
createTFoot()
Creates and returns a <thead/> element if one
does not exist. Returns the existing <thead/>
element if it exists.
Level 1
createTHead()
Deletes the row at the specified index.
Level 1
deleteRow(index)
Deletes the table's footer if one exists.
Level 1
deleteTFoot()
Deletes the table's header if one exists.
Level 1
deleteTHead()
Inserts and returns a new row at the specified
index. If index is ‐1 or equal to the number of
rows, the new row is appended to the end of the
row list.
Level 1
insertRow(index)
HTMLTableRowelement
Represents the <tr/> element.
Properties
prOperty NaMe
DesCrIptION
INtrODuCeD
Deprecated. Gets or sets the value of the align
attribute.
Level 1
align
Deprecated. Gets or sets the value of the
bgcolor attribute.
Level 1
bgColor
Returns an HTMLCollection containing the cells
in the row.
Level 1
cells
Search WWH ::




Custom Search