Java Reference
In-Depth Information
Properties (continued)
Property Name
Description
Introduced
noWrap
Deprecated. Gets or sets the value of the nowrap attribute.
Level 1
rowSpan
Gets or sets the value of the rowSpan attribute.
Level 1
vAlign
Gets or sets the value of the valign attribute.
Level 1
width
Deprecated. Gets or sets the value of the width attribute.
Level 1
HTMLTableElement
Represents the <table/> element.
Properties
Property Name
Description
Introduced
align
Deprecated. Gets or sets the value of the align attribute.
Level 1
bgColor
Deprecated. Gets or sets the value of the bgcolor attribute.
Level 1
border
Gets or sets the value of the border attribute.
Level 1
cellPadding
Gets or sets the value of the cellPadding attribute.
Level 1
cellSpacing
Gets or sets the value of the cellSpacing attribute.
Level 1
rows
Returns an HTMLCollection containing all rows in the table.
Level 1
tBodies
Returns an HTMLCollection of the defi ned <tbody/> element
objects in the table.
Level 1
tFoot
Returns the table's <tfoot/> element object
(HTMLTableSectionElement), or null if one doesn't exist.
Level 1
tHead
Returns the table's <thead/> element object
(HTMLTableSectionElement), or null if one doesn't exist.
Level 1
width
Gets or sets the value of the width attribute.
Level 1
Methods
Method Name
Description
Introduced
createTFoot()
Creates and returns a <tfoot/> element if one does not
exist. Returns the existing <tfoot/> element if it exists.
Level 1
createTHead()
Creates and returns a <thead/> element if one does not
exist. Returns the existing <thead/> element if it exists.
Level 1
Search WWH ::




Custom Search