Uses of Class
writer2latex.office.TableLine

Packages that use TableLine
writer2latex.office   
 

Uses of TableLine in writer2latex.office
 

Fields in writer2latex.office with type parameters of type TableLine
private  java.util.LinkedList<TableLine> TableReader.cols
           
private  java.util.LinkedList<TableLine> TableReader.rows
           
 

Methods in writer2latex.office that return TableLine
 TableLine TableReader.getCol(int nCol)
           
 TableLine TableView.getCol(int nCol)
           
 TableLine TableReader.getRow(int nRow)
           
 TableLine TableView.getRow(int nRow)