[iText-questions] Make an outline tree. But not on every paragraph

2003-01-18 Thread Filip Rydman
Hi! I'm quite new to the iText library. I think its great by the way. I have a question. I want to make an outline tree by using the method onParagraph(,,) when I have paragraphs(titles) with shorter words. Other paragraphs contains several words and I don't want them to appear in the outline

Re: [iText-questions] question

2003-01-18 Thread Paulo Soares
- Original Message - From: mu cao [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, January 17, 2003 22:37 Subject: [iText-questions] question Hi, there 1. when I add a very long content into a cell and add the cell into a pdf table, I cannot get the content display in

Re: [iText-questions] How to set header with multi lines

2003-01-18 Thread Paulo Soares
Use a page event. Best Regards, Paulo Soares - Original Message - From: Huy Ho [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 2:12 Subject: [iText-questions] How to set header with multi lines Dear, I do not know how to set header with multi lines,

Re: [iText-questions] Problem with table header

2003-01-18 Thread Paulo Soares
Are you using the latest version? Best Regards, Paulo Soares - Original Message - From: Huy Ho [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 2:14 Subject: [iText-questions] Problem with table header Dear, I used table header, but when the table too large

Re: [iText-questions] Doubt

2003-01-18 Thread Paulo Soares
The distance between lines, baseline to baseline. The definition is different from awt. Best Regards, Paulo Soares - Original Message - From: Deepak Chandrasheker [EMAIL PROTECTED] To: iText [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 4:12 Subject: [iText-questions] Doubt hi,

Re: [iText-questions] Doubt

2003-01-18 Thread David Thielen
I hesitate to disagree with Paulo but I think leading is the extra spacing to place below the descent before starting the next row of text. I have seen leading for some fonts with a value of 0 so it can't be baseline to baseline. In other words, to get from the baseline of the line you are on to

Re: [iText-questions] Make an outline tree. But not on every paragraph

2003-01-18 Thread Paulo Soares
See the javadocs for Paragraph, Phrase and Chunk. There are methods to extract text and styles from it. Best Regards, Paulo Soares - Original Message - From: Filip Rydman [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, January 18, 2003 13:37 Subject: [iText-questions] Make an