List of usage examples for com.itextpdf.text.pdf PdfPTable subclass-usage
From source file com.softwaremagico.tm.pdf.complete.elements.CustomPdfTable.java
public abstract class CustomPdfTable extends PdfPTable { private float[] columnWidths; private static ITranslator translator = LanguagePool.getTranslator("character_sheet.xml"); public CustomPdfTable(float[] widths) { super(widths);
From source file com.vectorprint.report.itext.debug.DebuggablePdfPTable.java
/** * * @author Eduard Drenth at VectorPrint.nl */ public class DebuggablePdfPTable extends PdfPTable {