Try minus number.
Tim (Qinjian) Jian
3833 Farragut Ave.
Kensington, MD 20895
Phone: 301-949-4400 Ext. 112
Fax: 301-929-5728
Email: [EMAIL PROTECTED]
Try calling "setBorder(Rectangle.NO_BORDER)" of your table object.
Tim Jian
3833 Farragut Ave.
Kensington, MD 20895
Phone: 301-949-4400 Ext. 112
Fax: 301-929-5728
Email: [EMAIL PROTECTED]
You have to call setFooter() before document.open().
Tim Jian
3833 Farragut Ave.
Kensington, MD 20895
Phone: 301-949-4400 Ext. 112
Fax: 301-929-5728
Email: [EMAIL PROTECTED]
They will show up on the next page if you call setFoot() or setHeader()
after calling document.open(). Please read example carefully, including
comments. The comments says the Header which was set after calling
document.open() will show up on PAGE 2. Your footer didn't show up, I guess
you haven't
They will show up on the next page if you call setFoot() or setHeader()
after calling document.open(). Please read example carefully, including
comments. The comments says the Header which was set after calling
document.open() will show up on PAGE 2. Your footer didn't show up, I guess
you haven't
Thanks, Bruno. That's help a lot.
Tim (Qinjian) Jian
3833 Farragut Ave.
Kensington, MD 20895
Phone: 301-949-4400 Ext. 112
Fax: 301-929-5728
Email: [EMAIL PROTECTED]
Hi, all
Does anybody have any idea why I can not use Table in the HeaderFooter when
use Document.setFooter().
However I can use the same HeaderFooter ( I trying to use in the
Document.setFooter() ) in the Document.setheader().
Please help me out. Thanks.
Tim (Qinjian) Jian
3833 Farragut Ave.
Hi all
I am an newer to iText.
I use document.setHeader(header) and document.setFooter(footer) in my
application. Inside header and footer, I use a Table object to contain all
of the contents that I want them appear in the Header or Footer. The Header
works very well, however, Footer don't work