Uses of Class
com.lowagie.text.pdf.PdfCell
-
Packages that use PdfCell Package Description com.lowagie.text.pdf -
-
Uses of PdfCell in com.lowagie.text.pdf
Fields in com.lowagie.text.pdf with type parameters of type PdfCell Modifier and Type Field Description private java.util.ArrayList<PdfCell>
PdfTable. cells
this is the ArrayList with all the cells in the table.private java.util.ArrayList<PdfCell>
PdfTable. headercells
this is the ArrayList with all the cell of the table header.(package private) java.util.Map<java.lang.Integer,java.util.Set<PdfCell>>
PdfDocument.RenderingContext. pageCellSetMap
(package private) java.util.Map<PdfCell,java.lang.Integer>
PdfDocument.RenderingContext. pageMap
(package private) java.util.Map<PdfCell,java.lang.Integer>
PdfDocument.RenderingContext. rowspanMap
Methods in com.lowagie.text.pdf that return types with arguments of type PdfCell Modifier and Type Method Description protected java.util.List<java.util.List<PdfCell>>
PdfDocument. extractRows(java.util.List<PdfCell> cells, PdfDocument.RenderingContext ctx)
(package private) java.util.ArrayList<PdfCell>
PdfTable. getCells()
Returns the arraylist with the cells of the table.(package private) java.util.ArrayList<PdfCell>
PdfTable. getHeaderCells()
Returns the arraylist with the cells of the table header.Methods in com.lowagie.text.pdf with parameters of type PdfCell Modifier and Type Method Description int
PdfDocument.RenderingContext. cellRendered(PdfCell cell, int pageNumber)
int
PdfDocument.RenderingContext. consumeRowspan(PdfCell c)
Consumes the rowspanint
PdfDocument.RenderingContext. currentRowspan(PdfCell c)
Looks at the current rowspan.boolean
PdfDocument.RenderingContext. isCellRenderedOnPage(PdfCell cell, int pageNumber)
int
PdfDocument.RenderingContext. numCellRendered(PdfCell cell)
Method parameters in com.lowagie.text.pdf with type arguments of type PdfCell Modifier and Type Method Description protected void
PdfDocument. analyzeRow(java.util.List<java.util.List<PdfCell>> rows, PdfDocument.RenderingContext ctx)
protected void
PdfDocument. consumeRowspan(java.util.List<PdfCell> row, PdfDocument.RenderingContext ctx)
protected java.util.List<java.util.List<PdfCell>>
PdfDocument. extractRows(java.util.List<PdfCell> cells, PdfDocument.RenderingContext ctx)
protected boolean
PdfDocument. mayBeRemoved(java.util.List<PdfCell> row)
-