Hi,

in the code below the the line is not rendered in the header. All other columns
a setup before this piece of code is rendered on every page so i works fine
except for the graphic object.


       Cell cell = new Cell();
       cell.setColspan(instanceColumns.size());

       headerTable.setCellspacing(0);
       Graphic g = new Graphic();
       cell.add(g);
       g.setHorizontalLine(3f, 100f);

       headerTable.endHeaders();
Best regards
Björn

_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus




-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
iText-questions mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to