
Mozilla::DOM::HTMLTableCellElement
Mozilla::DOM::HTMLTableCellElement is a wrapper around an instance of Mozilla's nsIDOMHTMLTableCellElement interface. This class inherits from HTMLElement.
* The nsIDOMHTMLTableCellElement interface is the interface to a * [X]HTML td element. * * For more information on this interface please see * http://www.w3.org/TR/DOM-Level-2-HTML/ * * @status FROZEN

Pass this to QueryInterface.

- $abbr (string)
- $align (string)
- $axis (string)
- $bgcolor (string)
- $ch (string)
- $choff (string)
- $colspan (integer (long))
- $headers (string)
- $height (string)
- $nowrap (boolean)
- $rowspan (integer (long))
- $scope (string)
- $valign (string)
- $width (string)


Copyright (C) 2005-2007, Scott Lanning
This software is licensed under the LGPL. See Mozilla::DOM for a full notice.