HTMLTableCellElement Class Reference
from PyKDE4.khtml import *
Inherits: DOM.HTMLElement → DOM.Element → DOM.Node
Namespace: DOM
Detailed Description
The object used to represent the TH and TD
elements. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#edef-TD">
TD element definition  in HTML 4.0.
 Methods | 
|   | __init__ (self) | 
|   | __init__ (self, DOM.HTMLTableCellElement other) | 
|   | __init__ (self, DOM.Node other) | 
|   | __init__ (self, HTMLTableCellElementImpl impl) | 
| DOM.DOMString  | abbr (self) | 
| DOM.DOMString  | align (self) | 
| DOM.DOMString  | axis (self) | 
| DOM.DOMString  | bgColor (self) | 
| long  | cellIndex (self) | 
| DOM.DOMString  | ch (self) | 
| DOM.DOMString  | chOff (self) | 
| long  | colSpan (self) | 
| DOM.DOMString  | headers (self) | 
| DOM.DOMString  | height (self) | 
| bool  | noWrap (self) | 
| long  | rowSpan (self) | 
| DOM.DOMString  | scope (self) | 
|   | setAbbr (self, DOM.DOMString a0) | 
|   | setAlign (self, DOM.DOMString a0) | 
|   | setAxis (self, DOM.DOMString a0) | 
|   | setBgColor (self, DOM.DOMString a0) | 
|   | setCellIndex (self, long a0) | 
|   | setCh (self, DOM.DOMString a0) | 
|   | setChOff (self, DOM.DOMString a0) | 
|   | setColSpan (self, long a0) | 
|   | setHeaders (self, DOM.DOMString a0) | 
|   | setHeight (self, DOM.DOMString a0) | 
|   | setNoWrap (self, bool a0) | 
|   | setRowSpan (self, long a0) | 
|   | setScope (self, DOM.DOMString a0) | 
|   | setVAlign (self, DOM.DOMString a0) | 
|   | setWidth (self, DOM.DOMString a0) | 
| DOM.DOMString  | vAlign (self) | 
| DOM.DOMString  | width (self) | 
Method Documentation
| __init__ | 
( | 
 self,  | 
 | 
 | 
 | 
HTMLTableCellElementImpl  | 
impl | 
 | 
) | 
 | 
 | 
  | 
 
 
Abbreviation for header cells. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-abbr">
abbr attribute definition  in HTML 4.0.
 
Horizontal alignment of data in cell. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-align-TD">
align attribute definition  in HTML 4.0.
 
Names group of related headers. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-axis">
axis attribute definition  in HTML 4.0.
 
Cell background color. See the <a
href="http://www.w3.org/TR/REC-html40/present/graphics.html#adef-bgcolor">
bgcolor attribute definition  in HTML 4.0. This attribute
is deprecated in HTML 4.0.
 
The index of this cell in the row.
 
Alignment character for cells in a column. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-char">
char attribute definition  in HTML 4.0.
 
Offset of alignment character. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-charoff">
charoff attribute definition  in HTML 4.0.
 
Number of columns spanned by cell. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-colspan">
colspan attribute definition  in HTML 4.0.
 
List of id attribute values for header cells.
See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-headers">
headers attribute definition  in HTML 4.0.
 
Cell height. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-height-TH">
height attribute definition  in HTML 4.0. This attribute is
deprecated in HTML 4.0.
 
Suppress word wrapping. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-nowrap">
nowrap attribute definition  in HTML 4.0. This attribute is
deprecated in HTML 4.0.
 
Number of rows spanned by cell. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-rowspan">
rowspan attribute definition  in HTML 4.0.
 
Scope covered by header cells. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-scope">
scope attribute definition  in HTML 4.0.
 
|  setCellIndex | 
( | 
 self,  | 
 | 
 | 
 | 
long  | 
a0 | 
 | 
) | 
 | 
 | 
  | 
 
see cellIndex
This function is obsolete - the cellIndex property is actually supposed to be read-only
(http://www.w3.org/DOM/updates/REC-DOM-Level-1-19981001-errata.html)
 
|  setColSpan | 
( | 
 self,  | 
 | 
 | 
 | 
long  | 
a0 | 
 | 
) | 
 | 
 | 
  | 
 
 
|  setNoWrap | 
( | 
 self,  | 
 | 
 | 
 | 
bool  | 
a0 | 
 | 
) | 
 | 
 | 
  | 
 
 
|  setRowSpan | 
( | 
 self,  | 
 | 
 | 
 | 
long  | 
a0 | 
 | 
) | 
 | 
 | 
  | 
 
 
Vertical alignment of data in cell. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-valign">
valign attribute definition  in HTML 4.0.
 
Cell width. See the <a
href="http://www.w3.org/TR/REC-html40/struct/tables.html#adef-width-TH">
width attribute definition  in HTML 4.0. This attribute is
deprecated in HTML 4.0.