Uses of Class
org.openpdf.text.Cell
Packages that use Cell
-
Uses of Cell in org.openpdf.text
Fields in org.openpdf.text declared as CellModifier and TypeFieldDescriptionprivate CellTable.defaultCellThis Empty Cell contains the DEFAULT layout of each Cell added with the method addCell(String content).Methods in org.openpdf.text that return CellModifier and TypeMethodDescriptionSimpleCell.createCell(SimpleCell rowAttributes) Creates a Cell with these attributes.Table.getDefaultCell()Gets the default layout of the Table.private static CellCell.getDummyCell()Get dummy cell used when merging inner tables.Methods in org.openpdf.text with parameters of type CellModifier and TypeMethodDescriptionvoidAdds aCellto theTable.voidAdds aCellto theTableat a certain row and column.voidAdds aCellto theTableat a certain location.private voidTable.assumeTableDefaults(Cell aCell) Sets the unset cell properties to be the table defaults.private booleanTable.isValidLocation(Cell aCell, Point aLocation) check ifCell'fits' the table.private voidInserts a Cell in a cell-array and reserves cells defined by row-/colspan.voidTable.setDefaultCell(Cell value) Sets the default layout of the Table to the provided Cell -
Uses of Cell in org.openpdf.text.factories
Methods in org.openpdf.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 org.openpdf.text.pdf
Constructors in org.openpdf.text.pdf with parameters of type Cell