Uses of Class
com.arctorus.documents.table.MergedCellException

Packages that use MergedCellException
com.arctorus.documents.table   
 

Uses of MergedCellException in com.arctorus.documents.table
 

Constructors in com.arctorus.documents.table that throw MergedCellException
MergedCell(Cell startCell, Cell endCell)
          Create new merged cell by merging all cells between startCell and endCell.