org.kde.koala
Class HTMLTableCellElement

java.lang.Object
  extended by org.kde.koala.Node
      extended by org.kde.koala.Element
          extended by org.kde.koala.HTMLElement
              extended by org.kde.koala.HTMLTableCellElement
All Implemented Interfaces:
org.kde.qt.QtSupport

public class HTMLTableCellElement
extends HTMLElement

The object used to represent the TH and TD elements. See the TD element definition in HTML 4.0.


Constructor Summary
  HTMLTableCellElement()
           
protected HTMLTableCellElement(java.lang.Class dummy)
           
  HTMLTableCellElement(HTMLTableCellElement other)
           
  HTMLTableCellElement(Node other)
           
 
Method Summary
 java.lang.String abbr()
          Abbreviation for header cells.
 java.lang.String align()
          Horizontal alignment of data in cell.
 java.lang.String axis()
          Names group of related headers.
 java.lang.String bgColor()
          Cell background color.
 long cellIndex()
          The index of this cell in the row.
 java.lang.String ch()
          Alignment character for cells in a column.
 java.lang.String chOff()
          Offset of alignment character.
 long colSpan()
          Number of columns spanned by cell.
 java.lang.String headers()
          List of id attribute values for header cells.
 java.lang.String height()
          Cell height.
 boolean noWrap()
          Suppress word wrapping.
 long rowSpan()
          Number of rows spanned by cell.
 java.lang.String scope()
          Scope covered by header cells.
 void setAbbr(java.lang.String arg1)
          see abbr
 void setAlign(java.lang.String arg1)
          see align
 void setAxis(java.lang.String arg1)
          see axis
 void setBgColor(java.lang.String arg1)
          see bgColor
 void setCellIndex(long arg1)
          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)
 void setCh(java.lang.String arg1)
          see ch
 void setChOff(java.lang.String arg1)
          see chOff
 void setColSpan(long arg1)
          see colSpan
 void setHeaders(java.lang.String arg1)
          see headers
 void setHeight(java.lang.String arg1)
          see height
 void setNoWrap(boolean arg1)
          see noWrap
 void setRowSpan(long arg1)
          see rowSpan
 void setScope(java.lang.String arg1)
          see scope
 void setVAlign(java.lang.String arg1)
          see vAlign
 void setWidth(java.lang.String arg1)
          see width
 java.lang.String vAlign()
          Vertical alignment of data in cell.
 java.lang.String width()
          Cell width.
 
Methods inherited from class org.kde.koala.HTMLElement
addCSSProperty, all, assignOther, children, className, dir, id, innerHTML, innerText, lang, removeCSSProperty, setClassName, setDir, setId, setInnerHTML, setInnerText, setLang, setTitle, title
 
Methods inherited from class org.kde.koala.Element
contentEditable, form, getAttribute, getAttributeNode, getAttributeNodeNS, getAttributeNS, getElementsByTagName, getElementsByTagNameNS, hasAttribute, hasAttributeNS, isHTMLElement, khtmlMalformedPrefix, khtmlMalformedQualifiedName, khtmlValidAttrName, khtmlValidPrefix, khtmlValidQualifiedName, removeAttribute, removeAttributeNode, removeAttributeNS, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setContentEditable, style, tagName
 
Methods inherited from class org.kde.koala.Node
addEventListener, appendChild, applyChanges, attributes, childNodes, cloneNode, dispatchEvent, elementId, firstChild, getRect, hasAttributes, hasChildNodes, index, insertBefore, isNull, isSupported, lastChild, localName, namespaceURI, nextSibling, nodeName, nodeType, nodeValue, normalize, op_equals, op_not_equals, ownerDocument, parentNode, prefix, previousSibling, removeChild, removeEventListener, replaceChild, setNodeValue, setPrefix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLTableCellElement

protected HTMLTableCellElement(java.lang.Class dummy)

HTMLTableCellElement

public HTMLTableCellElement()

HTMLTableCellElement

public HTMLTableCellElement(HTMLTableCellElement other)

HTMLTableCellElement

public HTMLTableCellElement(Node other)
Method Detail

cellIndex

public long cellIndex()
The index of this cell in the row.


setCellIndex

public void setCellIndex(long arg1)
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)


abbr

public java.lang.String abbr()
Abbreviation for header cells. See the abbr attribute definition in HTML 4.0.


setAbbr

public void setAbbr(java.lang.String arg1)
see abbr


align

public java.lang.String align()
Horizontal alignment of data in cell. See the align attribute definition in HTML 4.0.


setAlign

public void setAlign(java.lang.String arg1)
see align


axis

public java.lang.String axis()
Names group of related headers. See the axis attribute definition in HTML 4.0.


setAxis

public void setAxis(java.lang.String arg1)
see axis


bgColor

public java.lang.String bgColor()
Cell background color. See the bgcolor attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setBgColor

public void setBgColor(java.lang.String arg1)
see bgColor


ch

public java.lang.String ch()
Alignment character for cells in a column. See the char attribute definition in HTML 4.0.


setCh

public void setCh(java.lang.String arg1)
see ch


chOff

public java.lang.String chOff()
Offset of alignment character. See the charoff attribute definition in HTML 4.0.


setChOff

public void setChOff(java.lang.String arg1)
see chOff


colSpan

public long colSpan()
Number of columns spanned by cell. See the colspan attribute definition in HTML 4.0.


setColSpan

public void setColSpan(long arg1)
see colSpan


headers

public java.lang.String headers()
List of id attribute values for header cells. See the headers attribute definition in HTML 4.0.


setHeaders

public void setHeaders(java.lang.String arg1)
see headers


height

public java.lang.String height()
Cell height. See the height attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setHeight

public void setHeight(java.lang.String arg1)
see height


noWrap

public boolean noWrap()
Suppress word wrapping. See the nowrap attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setNoWrap

public void setNoWrap(boolean arg1)
see noWrap


rowSpan

public long rowSpan()
Number of rows spanned by cell. See the rowspan attribute definition in HTML 4.0.


setRowSpan

public void setRowSpan(long arg1)
see rowSpan


scope

public java.lang.String scope()
Scope covered by header cells. See the scope attribute definition in HTML 4.0.


setScope

public void setScope(java.lang.String arg1)
see scope


vAlign

public java.lang.String vAlign()
Vertical alignment of data in cell. See the valign attribute definition in HTML 4.0.


setVAlign

public void setVAlign(java.lang.String arg1)
see vAlign


width

public java.lang.String width()
Cell width. See the width attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0.


setWidth

public void setWidth(java.lang.String arg1)
see width