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

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

Introduction

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

Usage

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

public class PdfCell extends PdfPCell implements Cell {

    public String toString() {
        return String.format("PdfCell");
    }

From source file org.odftoolkit.odfdom.converter.internal.itext.stylable.StylableTableCell.java

/**
 * fixes for pdf conversion by Leszek Piotrowicz <leszekp@safe-mail.net>
 */
public class StylableTableCell extends PdfPCell implements IStylableContainer, IBoundsLimitContainer {
    private final StylableDocument ownerDocument;

From source file org.odftoolkit.odfdom.converter.pdf.internal.stylable.StylableTableCell.java

/**
 * fixes for pdf conversion by Leszek Piotrowicz <leszekp@safe-mail.net>
 */
public class StylableTableCell extends PdfPCell implements IStylableContainer, IBoundsLimitContainer {
    private final StylableDocument ownerDocument;