Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » iText »

Re: [iText-questions] RTF footer more than page No

Alin Popa

2006-09-08

Replies:

Hi Mark,

This is the code that I'm using it:

             tableFooter = new Table( 2 );

            Cell cellPageNo = new Cell( paraPageNo );
            cellPageNo.setBorder( Rectangle.NO_BORDER );
            cellPageNo.setBorderColor( Color.WHITE );

            Cell cellDate = new Cell( paraDate );
            cellDate.setBorder( Rectangle.NO_BORDER );
            cellDate.setBorderColor( Color.WHITE );
            tableFooter.setWidth( 110 );
            tableFooter.setDefaultCellBorder( Rectangle.NO_BORDER );
            tableFooter.setBorderColor( Color.WHITE );
            tableFooter.setBorderWidth( 0 );
            tableFooter.addCell( cellPageNo );
            tableFooter.addCell( cellDate );

And still, the same gray border.
I don't know what I miss here. :(
Other ideas ?

Thank you.



On 9/8/06, Mark Hall <mhall@edu.uni-klu.ac.at > wrote:
On Friday 08 September 2006 13:55, Alin Popa wrote:
> I did the table as you told me, but I can't get read of that gray border.
> Is there a way to do that ?
You need to remove the border for the cells as well.
Either for each cell or via the defaultCell property of the Table.

Greetings,
Mark
--
You will be misunderstood by everyone.

My GPG public key is available at:
http://www.edu.uni-klu.ac.at/~mhall/data/security/MarkHall.asc


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions






--
Best Regards,

Alin
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
iText-questions mailing list
iText-questions@(protected)
https://lists.sourceforge.net/lists/listinfo/itext-questions
©2008 junlu.com - Jax Systems, LLC, U.S.A.