Re: [iText-questions] Setup for margins

2003-03-21 Thread QJian
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]

RE: [iText-questions] border

2003-03-20 Thread QJian
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]

Re: [iText-questions] Footer

2003-02-18 Thread QJian
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]

Re: [iText-questions] Header & Footer problems (repeated)

2003-01-30 Thread QJian
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

Re: [iText-questions] Header & Footer problems (repeated)

2003-01-30 Thread QJian
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

Re: [iText-questions] Document.setFooter()

2002-11-20 Thread QJian
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]

[iText-questions] Document.setFooter()

2002-11-19 Thread QJian
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.

[iText-questions] Document.setFooter() bug?

2002-11-12 Thread QJian
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