jackyntk wrote:
> Hi All,
> 
> I have create the header to display the chapter title.

I assume you are using page events?

> I want to skip the
> header display when a first page of each chapter.

Add an extra parameter to the page event implementation
that keeps track. For instance: a boolean firstPage
that is set to true when the title is changed and
set to false on each subsequent onStartPage.

You're the programmer; you have written the page event
implementation; you have the freedom to make the page
events behave any way you want to.

br,
Bruno

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Do you like iText?
Buy the iText book: http://www.1t3xt.com/docs/book.php
Or leave a tip: https://tipit.to/itexttipjar

Reply via email to