protected static class PdfDocument.RenderingContext
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) PdfContentByte |
cellGraphics |
(package private) float |
lostTableBottom |
(package private) float |
maxCellBottom |
(package private) float |
maxCellHeight |
(package private) float |
oldHeight |
(package private) java.util.Map |
pageMap |
(package private) float |
pagetop |
(package private) java.util.Map |
rowspanMap |
PdfTable |
table
A PdfPTable
|
Modifier | Constructor and Description |
---|---|
protected |
PdfDocument.RenderingContext() |
Modifier and Type | Method and Description |
---|---|
int |
cellRendered(PdfCell cell,
int pageNumber) |
int |
consumeRowspan(PdfCell c)
Consumes the rowspan
|
int |
currentRowspan(PdfCell c)
Looks at the current rowspan.
|
boolean |
isCellRenderedOnPage(PdfCell cell,
int pageNumber) |
int |
numCellRendered(PdfCell cell) |
float pagetop
float oldHeight
PdfContentByte cellGraphics
float lostTableBottom
float maxCellBottom
float maxCellHeight
java.util.Map rowspanMap
java.util.Map pageMap
public PdfTable table
public int consumeRowspan(PdfCell c)
c
- public int currentRowspan(PdfCell c)
c
- public int cellRendered(PdfCell cell, int pageNumber)
public int numCellRendered(PdfCell cell)
public boolean isCellRenderedOnPage(PdfCell cell, int pageNumber)