Uses of Class
org.hcl.pdftemplate.PdfBuilder
Packages that use PdfBuilder
-
Uses of PdfBuilder in org.hcl.pdftemplate
Methods in org.hcl.pdftemplate that return PdfBuilderModifier and TypeMethodDescriptionPdfBuilder.addBufferedImage(float x, float y, FunctionWithException<Data, BufferedImage> image) PdfBuilder.addImage(float x, float y, BiFunctionWithException<org.apache.pdfbox.pdmodel.PDDocument, Data, org.apache.pdfbox.pdmodel.graphics.image.PDImageXObject> image) PdfBuilder.addJfreeChart(float x, float y, int width, int height, FunctionWithException<Data, org.jfree.chart.JFreeChart> chart) PdfBuilder.addJfreeChart(float x, float y, FunctionWithException<Data, org.jfree.chart.JFreeChart> chart) PdfBuilder.addJfreeChartAndImage(float x, float y, FunctionWithException<Data, org.jfree.chart.JFreeChart> chart, float xOffset, float yOffset, FunctionWithException<Data, BufferedImage> image) PdfBuilder.addText(float x, float y, FunctionWithException<Data, String> text) static <Data> PdfBuilder<Data>PdfBuilder.builder()PdfBuilder.font(org.apache.pdfbox.pdmodel.font.PDType1Font font) PdfBuilder.fontSize(int fontSize) PdfBuilder.pageNo(int pageNo)