writer2latex.office
Class CellView

java.lang.Object
  extended by writer2latex.office.CellView

public class CellView
extends java.lang.Object

This class represent a cell in a table view


Field Summary
 org.w3c.dom.Element cell
           
 int nColSpan
           
 int nOriginalCol
           
 int nOriginalRow
           
 int nRowSpan
           
 
Constructor Summary
CellView()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cell

public org.w3c.dom.Element cell

nRowSpan

public int nRowSpan

nColSpan

public int nColSpan

nOriginalRow

public int nOriginalRow

nOriginalCol

public int nOriginalCol
Constructor Detail

CellView

public CellView()