Uses of Class
com.moebiusgames.pdfbox.table.PDFRenderContext
-
Uses of PDFRenderContext in com.moebiusgames.pdfbox.table
Methods in com.moebiusgames.pdfbox.table with parameters of type PDFRenderContextModifier and TypeMethodDescriptionvoidPDFLabel.render(PDFRenderContext renderContext, float x) renders the label on the last page of the given render context directly under previously rendered elementsvoidPDFLabel.render(PDFRenderContext renderContext, float x, float y) renders the label on the last page of the given render contextvoidPDFLabel.render(PDFRenderContext renderContext, PDFPageWithStream page, float x, float y) renders the label on the given pagevoidPDFTable.render(PDFRenderContext renderContext, float x) renders this table to the given document and starts at the last page directly under the last rendered elementvoidPDFTable.render(PDFRenderContext renderContext, float x, float y) renders this table to the given document and starts at the last pagevoidPDFTable.render(PDFRenderContext renderContext, PDFPageWithStream page, float x, float y) renders this table to the given document and starts at the given page at the given coordinates.