Class Table.Cell

  • Enclosing class:
    Table

    public static class Table.Cell
    extends Object
    • Method Detail

      • getSpanSource

        public Table.Cell getSpanSource()
      • getText

        public String getText()
      • appendText

        public Table.Cell appendText​(char[] ch,
                                     int offset,
                                     int len)
      • getIntValue

        public int getIntValue()
      • getDoubleValue

        public double getDoubleValue()
      • getColSpan

        public int getColSpan()
      • isInSpan

        public boolean isInSpan()
      • setColSpan

        public Table.Cell setColSpan​(int colSpan)
      • getRowSpan

        public int getRowSpan()
      • setRowSpan

        public Table.Cell setRowSpan​(int rowSpan)
      • isHeader

        public boolean isHeader()
      • setHeader

        public Table.Cell setHeader​(boolean header)
      • getAttribute

        public String getAttribute​(String name)
      • clearAttributes

        public Table.Cell clearAttributes()