Class Table


public class Table extends Node
  • Method Details

    • getCell

      public TableCell getCell(int col, int row)
    • getRowCount

      public int getRowCount()
    • getColCount

      public int getColCount()
    • getTableLevel

      public int getTableLevel()
    • isSingleCellTable

      public boolean isSingleCellTable()