Uses of Class
com.lowagie.text.Cell
Packages that use Cell
-
Uses of Cell in com.lowagie.text
Methods in com.lowagie.text that return CellModifier and TypeMethodDescriptionSimpleCell.createCell(SimpleCell rowAttributes) Creates a Cell with these attributes.Table.getDefaultCell()Gets the default layout of the Table.Table.getDefaultLayout()Deprecated.Methods in com.lowagie.text with parameters of type CellModifier and TypeMethodDescriptionvoidAdds aCellto theTable.voidAdds aCellto theTableat a certain row and column.voidAdds 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.lowagie.text.factories
Methods in com.lowagie.text.factories that return CellModifier and TypeMethodDescriptionstatic CellElementFactory.getCell(Properties attributes) 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
Table.getDefaultCell(), scheduled for removal at 2.2.0