Uses of Class
org.fugerit.java.doc.base.model.DocCell
-
Packages that use DocCell Package Description org.fugerit.java.doc.base.typehelper.excel -
-
Uses of DocCell in org.fugerit.java.doc.base.typehelper.excel
Methods in org.fugerit.java.doc.base.typehelper.excel that return DocCell Modifier and Type Method Description DocCellMatrixCell. getCell()DocCellTableMatrix. getCell(int r, int c)DocCellMatrixCell. getParent()DocCellTableMatrix. getParent(int r, int c)Methods in org.fugerit.java.doc.base.typehelper.excel with parameters of type DocCell Modifier and Type Method Description voidMatrixCell. setCell(DocCell cell)voidTableMatrix. setNext(DocCell s, int rs, int cs)Constructors in org.fugerit.java.doc.base.typehelper.excel with parameters of type DocCell Constructor Description MatrixCell(DocCell cell, DocCell parent)
-