Class TableView

java.lang.Object
writer2latex.office.TableView

public class TableView extends Object
This class represents a view of a TableRange. A view provides read access to the range using a simple grid model.
  • Constructor Details

  • Method Details

    • getRelTableWidth

      public String getRelTableWidth()
    • getRowCount

      public int getRowCount()
    • getColCount

      public int getColCount()
    • getColumnWidth

      public String getColumnWidth(int nCol)
    • getRelColumnWidth

      public String getRelColumnWidth(int nCol)
    • getRow

      public TableLine getRow(int nRow)
    • getCol

      public TableLine getCol(int nCol)
    • getCell

      public Element getCell(int nRow, int nCol)
    • getRowSpan

      public int getRowSpan(int nRow, int nCol)
    • getColSpan

      public int getColSpan(int nRow, int nCol)
    • getCellStyleName

      public String getCellStyleName(int nRow, int nCol)
    • getCellWidth

      public String getCellWidth(int nRow, int nCol)