Example usage for com.itextpdf.text.pdf PdfPCellEvent interface-usage

List of usage examples for com.itextpdf.text.pdf PdfPCellEvent interface-usage

Introduction

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

Usage

From source file com.softwaremagico.tm.pdf.complete.elements.CellCompleteBoxEvent.java

public class CellCompleteBoxEvent implements PdfPCellEvent {

    public enum Border {
        TOP, LEFT, RIGHT, BOTTOM;
    }

From source file com.softwaremagico.tm.pdf.complete.elements.CellDottedBorderEvent.java

public class CellDottedBorderEvent implements PdfPCellEvent {

    public CellDottedBorderEvent() {

    }

From source file com.vectorprint.report.itext.debug.CellAndTableDebugger.java

/**
 * This class shows the styles used for a PdfPcell or PdfPTable and draws a small border around the cell or table. All
 * cells created by a {@link DefaultElementProducer} with styles provided by a {@link DefaultStylerFactory} can be
 * debugged by setting a property DEBUG to true.
 *
 * @author Eduard Drenth at VectorPrint.nl

From source file com.vectorprint.report.itext.style.stylers.Advanced.java

/**
 * An advanced styler is a styler that is meant to draw directly on the canvas as opposed to regular stylers that only
 * configure elements later to be added to the document. By adding an Advanced styler to the chain of stylers it is
 * able to draw based on information about the element styled, the data it contains
 * (only for {@link Chunk} and {@link TextElementArray}) and the document.
 * 

From source file ihm.panneaux.GenererPdf.java

class CustomBorder implements PdfPCellEvent {
    protected LineDash left;
    protected LineDash right;
    protected LineDash top;
    protected LineDash bottom;