nsIDOMHTMLTableElement
| IID: | a6cf90b2-15b3-11d2-932e-00805f8add32 |
| Inherits From: | nsIDOMHTMLElement |
| Status: | FROZEN |
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/
Properties
DOMString align
DOMString bgColor
DOMString border
nsIDOMHTMLTableCaptionElement caption
DOMString cellPadding
DOMString cellSpacing
DOMString frame
readonly nsIDOMHTMLCollection rows
DOMString rules
DOMString summary
readonly nsIDOMHTMLCollection tBodies
DOMString width
Methods
nsIDOMHTMLElement createCaption ( )
nsIDOMHTMLElement createTFoot ( )
nsIDOMHTMLElement createTHead ( )
void deleteCaption ( )
void deleteRow ( PRInt32 index )
void deleteTFoot ( )
void deleteTHead ( )
nsIDOMHTMLElement insertRow ( PRInt32 index )
nsIDOMHTMLElement createCaption ( )
nsIDOMHTMLElement createTFoot ( )
nsIDOMHTMLElement createTHead ( )
nsIDOMHTMLElement insertRow ( PRInt32 index )
- Arguments:
- index
Reference documentation is generated from Mozilla's source.
