Class PdfDocument.RenderingContext
java.lang.Object
com.aowagie.text.pdf.PdfDocument.RenderingContext
- Enclosing class:
PdfDocument
This is a helper class for adding a Table to a document.
- Since:
- 2.0.8 (PdfDocument was package-private before)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate PdfContentByteprivate floatprivate floatprivate floatprivate final Mapprivate floatprivate Mapprivate PdfTableA PdfPTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate intcellRendered(PdfCell cell, int pageNumber) private intConsumes the rowspanprivate intLooks at the current rowspan.private booleanisCellRenderedOnPage(PdfCell cell, int pageNumber) private intnumCellRendered(PdfCell cell)
-
Field Details
-
pagetop
private float pagetop -
oldHeight
private float oldHeight -
cellGraphics
-
lostTableBottom
private float lostTableBottom -
maxCellBottom
private float maxCellBottom -
rowspanMap
-
pageMap
-
table
A PdfPTable
-
-
Constructor Details
-
RenderingContext
private RenderingContext()
-
-
Method Details
-
consumeRowspan
-
currentRowspan
Looks at the current rowspan.- Parameters:
c-- Returns:
- the current rowspan
-
cellRendered
-
numCellRendered
-
isCellRenderedOnPage
-