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

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

Introduction

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

Usage

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

public class TableBorderEvent implements PdfPTableEventAfterSplit {
    protected int rowCount;
    protected boolean bottom = true;
    protected boolean top = true;

    @Override