Uses of Class
com.lowagie.text.SimpleCell
-
Packages that use SimpleCell Package Description com.lowagie.text -
-
Uses of SimpleCell in com.lowagie.text
Methods in com.lowagie.text with parameters of type SimpleCell Modifier and Type Method Description void
SimpleTable. addElement(SimpleCell element)
Adds content to this object.Cell
SimpleCell. createCell(SimpleCell rowAttributes)
Creates a Cell with these attributes.PdfPCell
SimpleCell. createPdfPCell(SimpleCell rowAttributes)
Creates a PdfPCell with these attributes.
-