Package writer2latex.office
Class TableView
java.lang.Object
writer2latex.office.TableView
This class represents a view of a
TableRange
. A view provides
read access to the range using a simple grid model.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCell
(int nRow, int nCol) getCellStyleName
(int nRow, int nCol) getCellWidth
(int nRow, int nCol) getCol
(int nCol) int
int
getColSpan
(int nRow, int nCol) getColumnWidth
(int nCol) getRelColumnWidth
(int nCol) getRow
(int nRow) int
int
getRowSpan
(int nRow, int nCol)
-
Constructor Details
-
TableView
-
-
Method Details
-
getRelTableWidth
-
getRowCount
public int getRowCount() -
getColCount
public int getColCount() -
getColumnWidth
-
getRelColumnWidth
-
getRow
-
getCol
-
getCell
-
getRowSpan
public int getRowSpan(int nRow, int nCol) -
getColSpan
public int getColSpan(int nRow, int nCol) -
getCellStyleName
-
getCellWidth
-