Thank you so much!!! :)))

It works, and I am very satisfied.
I was really unhappy because of default inserting that empty line.
It is much better like this, because if you want an empty line
you can insert it like: new Paragraph();

Yours faithfully,
Pera Peric


From: Mark Hall <[EMAIL PROTECTED]>
To: [email protected]
CC: "Pera Peric" <[EMAIL PROTECTED]>
Subject: Re: [iText-questions] remove empty line before table in rtf document
Date: Sun, 6 Nov 2005 11:23:23 +0100

On Sunday 06 November 2005 04:00, Pera Peric wrote:
> Could anyone help me to find that empty line in the source code, please? Is
> it in the
> class table or somewhere else?
The class is com.lowagie.text.rtf.table.RtfTable.java. On line 167 change

            if(!inHeader) {
                result.write(RtfParagraph.PARAGRAPH);
            }

to

            if(false) {
                result.write(RtfParagraph.PARAGRAPH);
            }

Sorry about the previous short answer, at the time I didn't have time to look
up the exact code fragements.

Greetings,
Mark
--
Excellent day for putting Slinkies on an escalator.

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


<< attach3 >>

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/



-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

Reply via email to