protected static class PdfDocument.RenderingContext extends Object
Modifier | Constructor and Description |
---|---|
protected |
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) |
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)
Copyright © 2018. All rights reserved.