import "HTMLTableCellElement.idl";
Inherits HTMLElement.
Inheritance diagram for HTMLTableCellElement:


Public Attributes | |
| readonly attribute long | cellIndex |
| attribute DOMString | abbr |
| attribute DOMString | align |
| attribute DOMString | axis |
| attribute DOMString | bgColor |
| attribute DOMString | ch |
| attribute DOMString | chOff |
| attribute long | colSpan |
| attribute DOMString | headers |
| attribute DOMString | height |
| attribute boolean | noWrap |
| attribute long | rowSpan |
| attribute DOMString | scope |
| attribute DOMString | vAlign |
| attribute DOMString | width |
Definition at line 23 of file HTMLTableCellElement.idl.
| readonly attribute long cellIndex |
Definition at line 25 of file HTMLTableCellElement.idl.
| attribute DOMString abbr |
Definition at line 26 of file HTMLTableCellElement.idl.
| attribute DOMString align |
Definition at line 27 of file HTMLTableCellElement.idl.
| attribute DOMString axis |
Definition at line 28 of file HTMLTableCellElement.idl.
| attribute DOMString bgColor |
Definition at line 29 of file HTMLTableCellElement.idl.
| attribute DOMString ch |
Definition at line 30 of file HTMLTableCellElement.idl.
| attribute DOMString chOff |
Definition at line 31 of file HTMLTableCellElement.idl.
| attribute long colSpan |
Definition at line 32 of file HTMLTableCellElement.idl.
| attribute DOMString headers |
Definition at line 33 of file HTMLTableCellElement.idl.
| attribute DOMString height |
Definition at line 34 of file HTMLTableCellElement.idl.
| attribute boolean noWrap |
Definition at line 35 of file HTMLTableCellElement.idl.
| attribute long rowSpan |
Definition at line 36 of file HTMLTableCellElement.idl.
| attribute DOMString scope |
Definition at line 37 of file HTMLTableCellElement.idl.
| attribute DOMString vAlign |
Definition at line 38 of file HTMLTableCellElement.idl.
| attribute DOMString width |
Definition at line 39 of file HTMLTableCellElement.idl.
1.5.1