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

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

Introduction

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

Usage

From source file at.reppeitsolutions.formbuilder.components.pdf.itext.formbuilder.ITextInnerTable.java

/**
 *
 * @author Mathias Reppe <mathias.reppe@gmail.com>
 */
public class ITextInnerTable extends PdfPTable {

From source file at.reppeitsolutions.formbuilder.components.pdf.itext.formbuilder.ITextOuterTable.java

/**
 *
 * @author Mathias Reppe <mathias.reppe@gmail.com>
 */
public class ITextOuterTable extends PdfPTable {

From source file com.aryjr.nheengatu.pdf.PDFTable.java

/**
 * 
 * A HTML table in a PDF document.
 * 
 * @version $Id: PDFTable.java,v 1.3 2009/08/05 19:02:03 kpf Exp $
 * @author <a href="mailto:junior@aryjr.com">Ary Junior </a>

From source file com.jk.framework.pdf.JKPdfPTable.java

/**
 * The Class JKPdfPTable.
 *
 * @author Jalal Kiswani
 */
public class JKPdfPTable extends PdfPTable {

From source file fr.opensagres.xdocreport.itext.extension.ExtendedPdfPTable.java

public class ExtendedPdfPTable extends PdfPTable implements IITextContainer {
    private IITextContainer container;

    private boolean empty;

    private PdfPCell wrapperCell;

From source file nl.dykema.jxmlnote.report.pdf.PdfTable.java

public class PdfTable extends PdfPTable implements Table {

    public Table add(Cell cel) {
        if (cel instanceof PdfCell) {
            super.addCell((PdfCell) cel);
        } else {

From source file org.areasy.common.doclet.document.elements.CustomPdfPTable.java

/**
 * Customized version(s) of PdfPTable.
 *
 * @version $Id: CustomPdfPTable.java,v 1.3 2008/05/14 09:36:47 swd\stefan.damian Exp $
 */
public class CustomPdfPTable extends PdfPTable {

From source file org.jdesktop.swingx.jxmlnote.report.pdf.PdfTable.java

public class PdfTable extends PdfPTable implements Table {

    public Table add(Cell cel) {
        if (cel instanceof PdfCell) {
            super.addCell((PdfCell) cel);
        } else {