Example usage for com.itextpdf.text.pdf PdfPTable subclass-usage

List of usage examples for com.itextpdf.text.pdf PdfPTable subclass-usage

Introduction

In this page you can find the example usage for com.itextpdf.text.pdf PdfPTable subclass-usage.

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 {