writer2latex.office

Class TableView


public class TableView
extends java.lang.Object

This class represents a view of a TableRange. A view provides read access to the range using a simple grid model.

Constructor Summary

TableView(TableReader reader, TableRange range)

Method Summary

Element
getCell(int nRow, int nCol)
String
getCellStyleName(int nRow, int nCol)
String
getCellWidth(int nRow, int nCol)
TableLine
getCol(int nCol)
int
getColCount()
int
getColSpan(int nRow, int nCol)
String
getColumnWidth(int nCol)
String
getRelColumnWidth(int nCol)
String
getRelTableWidth()
TableLine
getRow(int nRow)
int
getRowCount()
int
getRowSpan(int nRow, int nCol)

Constructor Details

TableView

public TableView(TableReader reader,
                 TableRange range)

Method Details

getCell

public Element getCell(int nRow,
                       int nCol)

getCellStyleName

public String getCellStyleName(int nRow,
                               int nCol)

getCellWidth

public String getCellWidth(int nRow,
                           int nCol)

getCol

public TableLine getCol(int nCol)

getColCount

public int getColCount()

getColSpan

public int getColSpan(int nRow,
                      int nCol)

getColumnWidth

public String getColumnWidth(int nCol)

getRelColumnWidth

public String getRelColumnWidth(int nCol)

getRelTableWidth

public String getRelTableWidth()

getRow

public TableLine getRow(int nRow)

getRowCount

public int getRowCount()

getRowSpan

public int getRowSpan(int nRow,
                      int nCol)