Class TableCell

    • Method Detail

      • 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 java.lang.String asText()
        Deprecated.
        as of 1.6, use #getText()
        Returns the text value of this cell.