Class CellView

java.lang.Object
writer2latex.office.CellView

public class CellView extends Object
This class represent a cell in a table view

  • Field Details

    • cell

      public Element cell
    • nRowSpan

      public int nRowSpan
    • nColSpan

      public int nColSpan
    • nOriginalRow

      public int nOriginalRow
    • nOriginalCol

      public int nOriginalCol
  • Constructor Details

    • CellView

      public CellView()