yawda.utils.itext
Class CDocument

java.lang.Object
  extended bycom.lowagie.text.Document
      extended byyawda.utils.itext.CDocument
All Implemented Interfaces:
com.lowagie.text.DocListener, com.lowagie.text.ElementListener, EventListener

public final class CDocument
extends com.lowagie.text.Document

Author:
Quentin Anciaux

Field Summary
 yawda.utils.itext.CDocument.CDocListener docListener
           
 
Fields inherited from class com.lowagie.text.Document
close, compress, footer, header, htmlStyleClass, javaScript_onLoad, javaScript_onUnLoad, marginBottom, marginLeft, marginRight, marginTop, open, pageN, pageSize, watermark
 
Constructor Summary
CDocument(com.lowagie.text.Rectangle rect, float _1, float _2, float _3, float _4, String headerAllPage, String headerEvenPage, String headerOddPage, String footerAllPage, String footerEvenPage, String footerOddPage)
           
 
Method Summary
 void open()
           
 void setHeaderFooter(int page)
           
 
Methods inherited from class com.lowagie.text.Document
add, add, addAuthor, addCreationDate, addCreator, addDocListener, addHeader, addKeywords, addProducer, addSubject, addTitle, bottom, bottom, bottomMargin, clearTextWrap, close, getHtmlStyleClass, getJavaScript_onLoad, getJavaScript_onUnLoad, getPageNumber, getPageSize, getVersion, isOpen, left, left, leftMargin, newPage, removeDocListener, removeWatermark, resetFooter, resetHeader, resetPageCount, right, right, rightMargin, setFooter, setHeader, setHtmlStyleClass, setJavaScript_onLoad, setJavaScript_onUnLoad, setMargins, setPageCount, setPageSize, top, top, topMargin
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

docListener

public yawda.utils.itext.CDocument.CDocListener docListener
Constructor Detail

CDocument

public CDocument(com.lowagie.text.Rectangle rect,
                 float _1,
                 float _2,
                 float _3,
                 float _4,
                 String headerAllPage,
                 String headerEvenPage,
                 String headerOddPage,
                 String footerAllPage,
                 String footerEvenPage,
                 String footerOddPage)
Method Detail

setHeaderFooter

public final void setHeaderFooter(int page)

open

public final void open()
See Also:
DocListener.open()