Uses of Class
com.lowagie.text.Cell
Packages that use Cell
-
Uses of Cell in com.lowagie.text
Fields in com.lowagie.text declared as CellModifier and TypeFieldDescriptionprivate CellTable.defaultCellDeprecated.This Empty Cell contains the DEFAULT layout of each Cell added with the method addCell(String content).Methods in com.lowagie.text that return CellModifier and TypeMethodDescriptionSimpleCell.createCell(SimpleCell rowAttributes) Deprecated.Creates a Cell with these attributes.Table.getDefaultCell()Deprecated.Gets the default layout of the Table.private static CellCell.getDummyCell()Deprecated.Get dummy cell used when merging inner tables.Methods in com.lowagie.text with parameters of type CellModifier and TypeMethodDescriptionvoidDeprecated.Adds aCellto theTable.voidDeprecated.Adds aCellto theTableat a certain row and column.voidDeprecated.Adds aCellto theTableat a certain location.private voidTable.assumeTableDefaults(Cell aCell) Deprecated.Sets the unset cell properties to be the table defaults.private booleanTable.isValidLocation(Cell aCell, Point aLocation) Deprecated.check ifCell'fits' the table.private voidDeprecated.Inserts a Cell in a cell-array and reserves cells defined by row-/colspan.voidTable.setDefaultCell(Cell value) Deprecated.Sets the default layout of the Table to the provided Cell -
Uses of Cell in com.lowagie.text.factories
Methods in com.lowagie.text.factories that return CellModifier and TypeMethodDescriptionstatic CellElementFactory.getCell(Properties attributes) Deprecated.Creates a Cell object based on a list of properties. -
Uses of Cell in com.lowagie.text.pdf
Constructors in com.lowagie.text.pdf with parameters of type Cell