Class TableCell

All Implemented Interfaces:
HTMLElement, HTMLSegment, ScriptingEventHandler

public class TableCell extends BlockElement
A single cell in an HTML table.
  • Method Details

    • getColSpan

      public int getColSpan()
      Returns the number of columns spanned by this cell.
    • getRowSpan

      public int getRowSpan()
      Returns the number of rows spanned by this cell.
    • asText

      public String asText()
      Deprecated.
      as of 1.6, use #getText()
      Returns the text value of this cell.