Package com.lowagie.text.pdf
Class PdfDocument.RenderingContext
java.lang.Object
com.lowagie.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 TypeFieldDescription(package private) PdfContentByte
(package private) float
(package private) float
(package private) float
(package private) float
(package private) float
A PdfPTable -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
cellRendered
(PdfCell cell, int pageNumber) int
Consumes the rowspanint
Looks at the current rowspan.boolean
isCellRenderedOnPage
(PdfCell cell, int pageNumber) int
numCellRendered
(PdfCell cell)
-
Field Details
-
table
A PdfPTable -
pagetop
float pagetop -
oldHeight
float oldHeight -
cellGraphics
PdfContentByte cellGraphics -
lostTableBottom
float lostTableBottom -
maxCellBottom
float maxCellBottom -
maxCellHeight
float maxCellHeight -
rowspanMap
-
pageMap
-
pageCellSetMap
-
-
Constructor Details
-
RenderingContext
protected RenderingContext()
-
-
Method Details
-
consumeRowspan
Consumes the rowspan- Parameters:
c
- pdf cell- Returns:
- a rowspan.
-
currentRowspan
Looks at the current rowspan.- Parameters:
c
- cell- Returns:
- the current rowspan
-
cellRendered
-
numCellRendered
-
isCellRenderedOnPage
-