Class TableSection

    • Method Detail

      • getRow

        public int getRow()
      • getColumn

        public int getColumn()
      • nextRow

        public void nextRow()
      • setCell

        public void setCell​(int row,
                            int column,
                            TableCell cell)
      • normalize

        public void normalize()
      • expandTo

        public TableRow expandTo​(int row)
      • expandTo

        public TableRow expandTo​(int row,
                                 int column)
      • defaultRow

        public TableRow defaultRow()
      • defaultCell

        public TableCell defaultCell()
      • get

        public TableRow get​(int row)
      • getMaxColumns

        public int getMaxColumns()
      • getMinColumns

        public int getMinColumns()