Package | Description |
---|---|
com.lowagie.text.pdf |
Modifier and Type | Method and Description |
---|---|
protected List<List<PdfCell>> |
PdfDocument.extractRows(List<PdfCell> cells,
PdfDocument.RenderingContext ctx) |
Modifier and Type | Method and Description |
---|---|
int |
PdfDocument.RenderingContext.cellRendered(PdfCell cell,
int pageNumber) |
int |
PdfDocument.RenderingContext.consumeRowspan(PdfCell c)
Consumes the rowspan
|
int |
PdfDocument.RenderingContext.currentRowspan(PdfCell c)
Looks at the current rowspan.
|
boolean |
PdfDocument.RenderingContext.isCellRenderedOnPage(PdfCell cell,
int pageNumber) |
int |
PdfDocument.RenderingContext.numCellRendered(PdfCell cell) |
Modifier and Type | Method and Description |
---|---|
protected void |
PdfDocument.analyzeRow(List<List<PdfCell>> rows,
PdfDocument.RenderingContext ctx) |
protected void |
PdfDocument.consumeRowspan(List<PdfCell> row,
PdfDocument.RenderingContext ctx) |
protected List<List<PdfCell>> |
PdfDocument.extractRows(List<PdfCell> cells,
PdfDocument.RenderingContext ctx) |
protected boolean |
PdfDocument.mayBeRemoved(List<PdfCell> row) |
Copyright © 2020. All rights reserved.