Uses of Class
com.lowagie.text.Cell

Packages that use Cell
com.lowagie.text   
com.lowagie.text.factories   
com.lowagie.text.pdf   
com.lowagie.text.rtf.table   
 

Uses of Cell in com.lowagie.text
 

Methods in com.lowagie.text that return Cell
 Cell SimpleCell.createCell(SimpleCell rowAttributes)
          Creates a Cell with these attributes.
 Cell Table.getDefaultCell()
          Gets the default layout of the Table.
 Cell Table.getDefaultLayout()
          Deprecated. As of iText 2.0.7, replaced by Table.getDefaultCell(), scheduled for removal at 2.2.0
 

Methods in com.lowagie.text with parameters of type Cell
 void Table.addCell(Cell cell)
          Adds a Cell to the Table.
 void Table.addCell(Cell aCell, int row, int column)
          Adds a Cell to the Table at a certain row and column.
 void Table.addCell(Cell aCell, Point aLocation)
          Adds a Cell to the Table at a certain location.
 void Table.setDefaultCell(Cell value)
          Sets the default layout of the Table to the provided Cell
 void Table.setDefaultLayout(Cell value)
          Deprecated. As of iText 2.0.7, replaced by Table.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 Cell
static Cell ElementFactory.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
PdfCell(Cell cell, int rownumber, float left, float right, float top, float cellspacing, float cellpadding)
          Constructs a PdfCell-object.
 

Uses of Cell in com.lowagie.text.rtf.table
 

Subclasses of Cell in com.lowagie.text.rtf.table
 class RtfCell
          The RtfCell wraps a Cell, but can also be added directly to a Table.
 

Constructors in com.lowagie.text.rtf.table with parameters of type Cell
RtfCell(RtfDocument doc, RtfRow row, Cell cell)
          Constructs a RtfCell based on a Cell.
 



Copyright © 2012. All Rights Reserved.