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

Packages that use MergedCell
com.arctorus.documents.table   
 

Uses of MergedCell in com.arctorus.documents.table
 

Methods in com.arctorus.documents.table that return types with arguments of type MergedCell
 java.util.List<MergedCell> Table.getMergedCells()
          Get list of all merged cells in a table.
 

Methods in com.arctorus.documents.table with parameters of type MergedCell
 void Table.addMergedCell(MergedCell cell)
          Add merged cell to a table.