Interface HTMLTableCellElement

All Superinterfaces:
Element, EventTarget, HTMLElement, InnerHTML, Node, NonDocumentTypeChildNode, ParentNode
All Known Subinterfaces:
HTMLTableDataCellElement, HTMLTableHeaderCellElement
All Known Implementing Classes:
HTMLTableCellElementImpl

public interface HTMLTableCellElement extends HTMLElement
Provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of table cells, either header or data cells, in an HTML document.
  • Method Details

    • getAbbr

      String getAbbr()
      Sets or retrieves abbreviated text for the object.
      Returns:
      a String object.
    • setAbbr

      void setAbbr(String abbr)

      setAbbr.

      Parameters:
      abbr - a String object.
    • getAlign

      @Deprecated String getAlign()
      Deprecated.
      Sets or retrieves how the object is aligned with adjacent text.
      Returns:
      a String object.
    • setAlign

      void setAlign(String align)

      setAlign.

      Parameters:
      align - a String object.
    • getAxis

      @Deprecated String getAxis()
      Deprecated.
      Sets or retrieves a comma-delimited list of conceptual categories associated with the object.
      Returns:
      a String object.
    • setAxis

      void setAxis(String axis)

      setAxis.

      Parameters:
      axis - a String object.
    • getBgColor

      @Deprecated String getBgColor()
      Deprecated.

      getBgColor.

      Returns:
      a String object.
    • setBgColor

      void setBgColor(String bgColor)

      setBgColor.

      Parameters:
      bgColor - a String object.
    • getCellIndex

      int getCellIndex()
      Retrieves the position of the object in the cells collection of a row.
      Returns:
      a Integer object.
    • getCh

      Deprecated.

      getCh.

      Returns:
      a String object.
    • setCh

      void setCh(String ch)

      setCh.

      Parameters:
      ch - a String object.
    • getChOff

      @Deprecated String getChOff()
      Deprecated.

      getChOff.

      Returns:
      a String object.
    • setChOff

      void setChOff(String chOff)

      setChOff.

      Parameters:
      chOff - a String object.
    • getColSpan

      int getColSpan()
      Sets or retrieves the number columns in the table that the object should span.
      Returns:
      a Integer object.
    • setColSpan

      void setColSpan(Object colSpan)

      setColSpan.

      Parameters:
      colSpan - a Object object.
    • getHeaders

      String getHeaders()
      Sets or retrieves a list of header cells that provide information for the object.
      Returns:
      a String object.
    • setHeaders

      void setHeaders(String headers)

      setHeaders.

      Parameters:
      headers - a String object.
    • getHeight

      @Deprecated String getHeight()
      Deprecated.
      Sets or retrieves the height of the object.
      Returns:
      a String object.
    • setHeight

      void setHeight(String height)

      setHeight.

      Parameters:
      height - a String object.
    • isNoWrap

      @Deprecated boolean isNoWrap()
      Deprecated.
      Sets or retrieves whether the browser automatically performs wordwrap.
      Returns:
      a boolean.
    • setNoWrap

      void setNoWrap(boolean noWrap)

      setNoWrap.

      Parameters:
      noWrap - a boolean.
    • getRowSpan

      int getRowSpan()
      Sets or retrieves how many rows in a table the cell should span.
      Returns:
      a Integer object.
    • setRowSpan

      void setRowSpan(Object rowSpan)

      setRowSpan.

      Parameters:
      rowSpan - a Object object.
    • getScope

      String getScope()
      Sets or retrieves the group of cells in a table to which the object's information applies.
      Returns:
      a String object.
    • setScope

      void setScope(String scope)

      setScope.

      Parameters:
      scope - a String object.
    • getvAlign

      @Deprecated String getvAlign()
      Deprecated.

      getvAlign.

      Returns:
      a String object.
    • setvAlign

      void setvAlign(String vAlign)

      setvAlign.

      Parameters:
      vAlign - a String object.
    • getWidth

      @Deprecated String getWidth()
      Deprecated.
      Sets or retrieves the width of the object.
      Returns:
      a String object.
    • setWidth

      void setWidth(String width)

      setWidth.

      Parameters:
      width - a String object.