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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcellRendered(PdfCell cell, int pageNumber) intConsumes the rowspanintLooks at the current rowspan.booleanisCellRenderedOnPage(PdfCell cell, int pageNumber) intnumCellRendered(PdfCell cell)
-
Field Details
-
table
A PdfPTable
-
-
Constructor Details
-
RenderingContext
protected RenderingContext()
-
-
Method Details
-
consumeRowspan
Consumes the rowspan- Parameters:
c-- Returns:
- a rowspan.
-
currentRowspan
Looks at the current rowspan.- Parameters:
c-- Returns:
- the current rowspan
-
cellRendered
-
numCellRendered
-
isCellRenderedOnPage
-