|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cell | |
|---|---|
| com.lowagie.text | |
| com.lowagie.text.pdf | |
| com.lowagie.text.rtf | |
| 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. |
static Cell |
Cell.getDummyCell()
Get dummy cell used when merging inner tables. |
| 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.setDefaultLayout(Cell value)
Sets the default layout of the Table to the provided Cell |
| 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 |
|---|
| Subclasses of Cell in com.lowagie.text.rtf | |
|---|---|
class |
RtfTableCell
Deprecated. Please move to the RtfWriter2 and associated classes. com.lowagie.text.rtf.table.RtfCell replaces the functionality of this class. |
| Methods in com.lowagie.text.rtf that return Cell | |
|---|---|
Cell |
RtfCell.getStore()
Deprecated. Get the Cell with the actual content. |
| Methods in com.lowagie.text.rtf with parameters of type Cell | |
|---|---|
int |
RtfCell.importCell(Cell cell,
int cellLeft,
int cellWidth,
int x,
int y,
int cellpadding)
Deprecated. Import a Cell. |
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||