List of usage examples for com.lowagie.text Document subclass-usage
From source file com.jk.framework.pdf.JKPDFDocument.java
/** * The Class JKPDFDocument. * * @author Jalal Kiswani */ public class JKPDFDocument extends Document {
From source file fr.opensagres.xdocreport.itext.extension.ExtendedDocument.java
public class ExtendedDocument extends Document implements IITextContainer { private Map<String, IMasterPage> masterPagesCache = new HashMap<String, IMasterPage>(); private IMasterPage defaultMasterPage; private final ExtendedHeaderFooter headerFooter;