com.lowagie.text.pdf
Class PdfDocument.RenderingContext
java.lang.Object
com.lowagie.text.pdf.PdfDocument.RenderingContext
- Enclosing class:
- PdfDocument
private static class PdfDocument.RenderingContext
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
countPageBreaks
int countPageBreaks
pagetop
float pagetop
oldHeight
float oldHeight
cellGraphics
PdfContentByte cellGraphics
lostTableBottom
float lostTableBottom
maxCellBottom
float maxCellBottom
maxCellHeight
float maxCellHeight
rowspanMap
java.util.Map rowspanMap
pageMap
java.util.Map pageMap
table
public PdfTable table
- A PdfPTable
PdfDocument.RenderingContext
private PdfDocument.RenderingContext()
consumeRowspan
public int consumeRowspan(PdfCell c)
- Consumes the rowspan
- Parameters:
c
-
- Returns:
- a rowspan.
currentRowspan
public int currentRowspan(PdfCell c)
- Looks at the current rowspan.
- Parameters:
c
-
- Returns:
- the current rowspan
cellRendered
public int cellRendered(PdfCell cell,
int pageNumber)
numCellRendered
public int numCellRendered(PdfCell cell)
isCellRenderedOnPage
public boolean isCellRenderedOnPage(PdfCell cell,
int pageNumber)