Uses of Class
com.aowagie.text.Cell
Packages that use Cell
-
Uses of Cell in com.aowagie.text
Methods in com.aowagie.text that return CellModifier and TypeMethodDescriptionTable.getDefaultCell()Gets the default layout of the Table.Table.getDefaultLayout()Deprecated.Methods in com.aowagie.text with parameters of type CellModifier and TypeMethodDescriptionvoidAdds aCellto theTable.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.aowagie.text.factories
Methods in com.aowagie.text.factories that return CellModifier and TypeMethodDescriptionstatic CellElementFactory.getCell(Properties attributes) Creates a Cell object based on a list of properties.
Table.getDefaultCell(), scheduled for removal at 2.2.0