Example usage for com.lowagie.text DocListener interface-usage

List of usage examples for com.lowagie.text DocListener interface-usage

Introduction

In this page you can find the example usage for com.lowagie.text DocListener interface-usage.

Usage

From source file nl.knaw.dans.common.lang.pdf.ExtendedHtmlWorker.java

@SuppressWarnings("unchecked")
public class ExtendedHtmlWorker implements SimpleXMLDocHandler, DocListener {

    protected ArrayList objectList;
    protected DocListener document;
    private Paragraph currentParagraph;

From source file org.goodoldai.jeff.report.pdf.DummyDocListener.java

/**
 * This class represents a dummy document listener (mock-object). It was created
 * in order to enable testing of the PDF related actions by capturing events
 * related to the com.lowagie.text.Document class.
 *
 * @author Bojan Tomic

From source file org.sakaiproject.tool.assessment.pdf.itext.HTMLWorker.java

public class HTMLWorker implements SimpleXMLDocHandler, DocListener {

    protected ArrayList objectList;
    protected DocListener document;
    private Paragraph currentParagraph;
    private ChainedProperties cprops;