The nsIDOMHTMLTableElement interface is the interface to a [X]HTML table element. For more information on this interface please see http://www.w3.org/TR/DOM-Level-2-HTML/ @status FROZEN
[scriptable, uuid(a6cf90b2-15b3-11d2-932e-00805f8add32)]
interface nsIDOMHTMLTableElement : nsIDOMHTMLElement
Attributes
attribute
DOMString
align
attribute
DOMString
bgColor
attribute
DOMString
border
attribute
nsIDOMHTMLTableCaptionElement
caption
attribute
DOMString
cellPadding
attribute
DOMString
cellSpacing
attribute
DOMString
frame
readonly attribute
nsIDOMHTMLCollection
rows
attribute
DOMString
rules
attribute
DOMString
summary
readonly attribute
nsIDOMHTMLCollection
tBodies
attribute
nsIDOMHTMLTableSectionElement
tFoot
attribute
nsIDOMHTMLTableSectionElement
tHead
attribute
DOMString
width
Methods
nsIDOMHTMLElement
createCaption()
nsIDOMHTMLElement
createTFoot()
nsIDOMHTMLElement
createTHead()
void
deleteCaption()
void
deleteRow(in long index)
void
deleteTFoot()
void
deleteTHead()
nsIDOMHTMLElement
insertRow(in long index)
Compare to: