Uses of Class
com.itextpdf.text.Cell
-
Packages that use Cell Package Description com.itextpdf.text com.itextpdf.text.factories com.itextpdf.text.pdf -
-
Uses of Cell in com.itextpdf.text
Methods in com.itextpdf.text that return Cell Modifier and Type Method Description CellSimpleCell. createCell(SimpleCell rowAttributes)Creates a Cell with these attributes.CellTable. getDefaultCell()Gets the default layout of the Table.CellTable. getDefaultLayout()Deprecated.As of iText 2.0.7, replaced byTable.getDefaultCell(), scheduled for removal at 2.2.0Methods in com.itextpdf.text with parameters of type Cell Modifier and Type Method Description voidTable. addCell(Cell cell)Adds aCellto theTable.voidTable. addCell(Cell aCell, int row, int column)Adds aCellto theTableat a certain row and column.voidTable. addCell(Cell aCell, java.awt.Point aLocation)Adds aCellto theTableat a certain location.voidTable. setDefaultCell(Cell value)Sets the default layout of the Table to the provided CellvoidTable. setDefaultLayout(Cell value)Deprecated.As of iText 2.0.7, replaced byTable.setDefaultCell(Cell), scheduled for removal at 2.2.0 -
Uses of Cell in com.itextpdf.text.factories
Methods in com.itextpdf.text.factories that return Cell Modifier and Type Method Description static CellElementFactory. getCell(java.util.Properties attributes)Creates a Cell object based on a list of properties. -
Uses of Cell in com.itextpdf.text.pdf
Constructors in com.itextpdf.text.pdf with parameters of type Cell Constructor Description PdfCell(Cell cell, int rownumber, float left, float right, float top, float cellspacing, float cellpadding)Constructs aPdfCell-object.
-